Skip to content

Releases: code-found/t-packer

v0.0.5

24 Aug 16:31
852de10

Choose a tag to compare

Patch Changes

  • c1d6a01: 0.0.5

    • fix bug of tranform with workspace
    • transform add export support: when try to find requires of a file , the export xx from case is missed before
    • node_modules add version support: add version support when transform node_modules

v0.0.4

24 Aug 08:23
4c25ced

Choose a tag to compare

Patch Changes

  • 8713299: tranform feature add node modules support.

v0.0.3

10 Aug 09:30
814c826

Choose a tag to compare

Patch Changes

  • 70d0c11: expose registry for subclassing and make transformSync truly synchronous

v0.0.2

10 Aug 07:31
3b0e257

Choose a tag to compare

Patch Changes

  • 96f080f: add files to npm package

    • add src package.json README.md docs to the release package
    • change the bin file path to cjs

v0.0.1

10 Aug 07:08

Choose a tag to compare

Patch Changes

  • f6685dc: release version 0.0.1

    • add assemble method to pack node package
    • add t-packer command to pack node package
    • add ModuleTransformer to transform code customization