Releases: bjuppa/com-plain-date
Releases · bjuppa/com-plain-date
v0.5.2
v0.5.1
PlainTime
v0.4.1
v0.4.0
What's Changed
The factory API has been modified to provide some optional functions for creating new plain-date objects from different sources.
Those functions are implemented on ExPlainDate
only, to save size in a minimal setup.
Full Changelog: v0.3.0...v0.4.0
Minimize production footprint
Breaking changes
The optimizations removes methods from the factory API and also moves a bunch of methods from PlainDate
to ExPlainDate
.
Also, every TypeScript enum
has been replaced with an ordinary object, because we don't want reverse mapping!
What's Changed
- Check code formatting in CI by @bjuppa in #15
- Document install by @bjuppa in #16
- Optimize tree shaking by @bjuppa in #17
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
This is a maintenance release to trigger the npm package build with an updated build script, because it failed for the last release.
What's Changed
Full Changelog: v0.2.0...v0.2.1