Skip to content

Releases: Yovach/next-public-ts

v0.5.0

01 May 20:07
c9795b0
Compare
Choose a tag to compare

What's Changed

Please see #69 for details

Full Changelog: v0.4.2...v0.5.0

v0.4.2

08 Nov 09:46
525e206
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.2

v0.4.0

01 Nov 14:11
4fed331
Compare
Choose a tag to compare

What's Changed

  • ref: use glob from nextjs if available by @Yovach in #55
  • chore: bump v0.4.0-beta.0 by @Yovach in #56
  • feat: added support for compiling js files by @Yovach in #58
  • chore: bump v0.4.0 by @Yovach in #59

Full Changelog: v0.3.0...v0.4.0

v0.4.0-beta.0

01 Nov 12:54
a2685f6
Compare
Choose a tag to compare
v0.4.0-beta.0 Pre-release
Pre-release

What's Changed

  • ref: use glob from nextjs if available by @Yovach in #55
  • chore: bump v0.4.0-beta.0 by @Yovach in #56

Full Changelog: v0.3.0...v0.4.0-beta.0

v0.3.0

31 Oct 21:45
ace7e39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

28 Oct 17:24
275740f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Oct 16:43
03bca7e
Compare
Choose a tag to compare

What's Changed

  • Fix/compiled code includes export on service worker by @Yovach in #41
  • feat: parse process.env.NEXT_PUBLIC_* values by @Yovach in #43
  • tests: check process.env.NEXT_PUBLIC_* parsing by @Yovach in #44
  • chore: bump v0.2.0 by @Yovach in #45

Full Changelog: v0.1.2...v0.2.0

v0.1.2

28 Oct 13:56
214ed81
Compare
Choose a tag to compare

What's Changed

  • Fix: fast-glob named exports by @Yovach in #33
  • ci: add tests to prevent publish non-functional releases by @Yovach in #34
  • chore: bump v0.1.2 by @Yovach in #36

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Oct 12:23
e19bd03
Compare
Choose a tag to compare

What's Changed

  • Update documentation on README.md (and add autoDetect part) by @Yovach in #22
  • feat: add checksum injection in code by @Yovach in #24
  • Expand support to lower nextjs versions by @Yovach in #26
  • Refactoring plugin by @Yovach in #28
  • Fix webpack issues by @Yovach in #30
  • chore: bump v0.1.1 by @Yovach in #31

Full Changelog: v0.1.0...v0.1.1

v0.1.0

28 Oct 08:52
6c4a298
Compare
Choose a tag to compare

What's Changed

  • fix: wrong next-public-ts version by @Yovach in #14
  • chore: set minimum next.js version to 13.1.0 by @Yovach in #17
  • Improve calls performance by @Yovach in #18
  • feat: autoDetect input and output files by @Yovach in #19
  • fix: package name for autodetect example by @Yovach in #20
  • chore: bump v0.1.0 by @Yovach in #21

Full Changelog: v0.0.5...v0.1.0