Skip to content

v0.19.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jan 22:55
· 4 commits to main since this release
v0.19.0
3e228db
  • BREAKING CHANGES: require @bare-ts/lib@0.5.0

    bare-ts no longer emits a default config for its decoders and encoders.
    It uses the default config exported by @bare-ts/lib@0.5.0 instead.

  • Fix name clashes

    Previously, bare-ts did not support the use of the Partial alias.
    Now, it properly handles this alias and uses globalThis when necessary.

  • The BARE generator now emits a trailing newline.

    By convention, text files are often expected to end with a trailing newline.
    The generator now guarantees it.