Skip to content

Releases: uki00a/fresh-testing-library

0.13.1

01 Sep 14:23
a11ed80
Compare
Choose a tag to compare

What's Changed

  • deps: deno@2.0.0-rc.0, @deno/gfm@0.9.0 (#90)

Full Changelog: 0.13.0...0.13.1

0.13.0

06 Apr 06:29
6835f55
Compare
Choose a tag to compare

What's Changed

partials support

  • feat: basic support for partials by @uki00a in #72
  • feat: support f-partial by @uki00a in #76
  • feat: re-use SetupOptions.manifest as much as possible by @uki00a in #78
  • fix: partial links were not detected properly in some cases by @uki00a in #79
  • chore: rename PartialBoundary.index to key by @uki00a in #80
  • feat(partials): support <button> by @uki00a in #81
  • feat: support form partials by @uki00a in #82
  • feat: support PartialProps.mode by @uki00a in #83

minor changes

Full Changelog: 0.12.0...0.13.0

0.12.0

04 Dec 13:36
5717416
Compare
Choose a tag to compare

What's Changed

  • feat(server): add createFreshContext in #67
  • deps: bump fresh to v1.6.0 in #67
  • chore: deprecate createHandlerContext and createMiddlewareHandlerContext in #67
    • HandlerContext and MiddlewareHandlerContext were deprecated in fresh v1.6.0
  • docs: How to use MSW? by @uki00a in #63

Full Changelog: 0.11.1...0.12.0

0.11.1

31 Oct 17:12
fd7059d
Compare
Choose a tag to compare

What's Changed

  • fix: stop importing preact-render-to-string via a bare specifier by @uki00a in #58

Full Changelog: 0.11.0...0.11.1

0.11.0

15 Oct 23:57
7ea23dd
Compare
Choose a tag to compare

What's Changed

  • feat(expect): support expect(fn).toBeCalled() with jest-mock by @uki00a in #52

Full Changelog: 0.10.1...0.11.0

0.10.1

15 Oct 06:08
1e1ff8c
Compare
Choose a tag to compare

What's Changed

  • feat(server): export Create*ContextOptions, add more JSDoc comments by @uki00a in #51

Full Changelog: 0.10.0...0.10.1

0.10.0

14 Oct 10:25
8599566
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

12 Oct 10:57
8c7942a
Compare
Choose a tag to compare

What's Changed

  • feat(components): support @testing-library/user-event by @uki00a in #45

Full Changelog: 0.8.2...0.9.0

0.8.2

12 Oct 00:08
8282283
Compare
Choose a tag to compare

What's Changed

  • fix(createHandlerContext): RouteContext.state is not set when rendering async route components by @uki00a in #43
  • deps: fresh@1.5.1 by @uki00a in #41

Full Changelog: 0.8.1...0.8.2

0.8.1

08 Oct 02:13
f0634a3
Compare
Choose a tag to compare

What's Changed

  • feat(createHandlerContext): support rendering sync route components by @uki00a in #39

Full Changelog: 0.8.0...0.8.1