v0.19.0
Pre-release
Pre-release
-
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
Partialalias.
Now, it properly handles this alias and usesglobalThiswhen 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.