Skip to content

Releases: pveyes/raw.macro

v0.7.0

29 Oct 13:04
5164b6c
Compare
Choose a tag to compare

Replace swc_ecma_visit and swc_plugin with swc_core to support Next.js 13

v0.6.1

14 Jul 10:21
53e3bdc
Compare
Choose a tag to compare

You can now use raw.macro via SWC plugin

v0.4.2

07 Aug 16:59
Compare
Choose a tag to compare

Fixed regression from v0.3.0 #44

  • Static template literal with interpolation is now better optimized. It no longer traverse directories and generate dynamic object
  • Weird require.resolve behavior in dynamic import is now handled properly

v0.4.1

30 Jul 00:44
Compare
Choose a tag to compare
  • Fixed a bug where static template literal throws an error #41
  • Fixed a bug where using dynamic directory and dynamic filename without extension returns undefined b0e91d8
  • Fixed a bug where wrong file name returns undefined instead of throwing an error #42

v0.4.0

20 Jul 03:30
Compare
Choose a tag to compare

Add support for dynamic path import #37

v0.3.1

20 Jul 03:30
Compare
Choose a tag to compare

Add support for TypeScript type definition #35

v0.3.0

20 Jul 03:32
Compare
Choose a tag to compare

Add support for importing npm packages #17

v0.1.0

20 Jul 03:31
Compare
Choose a tag to compare

Initial release