local-date
Version:
Replacement of Date for dealing with dates independent of time or timezone.
55 lines (32 loc) • 2.36 kB
Markdown
# Change Log
## [v2.0.6](https://github.com/buildo/local-date/tree/v2.0.6) (2019-09-24)
[Full Changelog](https://github.com/buildo/local-date/compare/v2.0.5...v2.0.6)
#### New features:
- add static `test` and `ISO_REGEXP` to the TS typings [#28](https://github.com/buildo/local-date/issues/28)
## [v2.0.5](https://github.com/buildo/local-date/tree/v2.0.5) (2018-12-19)
[Full Changelog](https://github.com/buildo/local-date/compare/v2.0.4...v2.0.5)
#### Fixes (bugs & defects):
- Remove reference to github.com/buildo in warning messages [#23](https://github.com/buildo/local-date/issues/23)
## [v2.0.4](https://github.com/buildo/local-date/tree/v2.0.4) (2018-08-13)
[Full Changelog](https://github.com/buildo/local-date/compare/v2.0.3...v2.0.4)
#### Fixes (bugs & defects):
- npm package shouldn't contain .babelrc [#21](https://github.com/buildo/local-date/issues/21)
## [v2.0.3](https://github.com/buildo/local-date/tree/v2.0.3) (2018-08-10)
[Full Changelog](https://github.com/buildo/local-date/compare/v2.0.2...v2.0.3)
## [v2.0.2](https://github.com/buildo/local-date/tree/v2.0.2) (2018-05-03)
[Full Changelog](https://github.com/buildo/local-date/compare/v2.0.1...v2.0.2)
#### New features:
- Handle LocalDateTime [#17](https://github.com/buildo/local-date/issues/17)
## [v2.0.1](https://github.com/buildo/local-date/tree/v2.0.1) (2017-02-02)
[Full Changelog](https://github.com/buildo/local-date/compare/v2.0.0...v2.0.1)
#### New features:
- Throw error if ES6 `Reflect.construct` is not available [#14](https://github.com/buildo/local-date/issues/14)
## [v2.0.0](https://github.com/buildo/local-date/tree/v2.0.0) (2017-01-05)
[Full Changelog](https://github.com/buildo/local-date/compare/v1.0.0...v2.0.0)
#### New features:
- parser should accept only instances of LocalDate and reject JS Dates [#10](https://github.com/buildo/local-date/issues/10)
- add "test" static function to validate ISO dates [#8](https://github.com/buildo/local-date/issues/8)
- log warning in development if user calls a time getter [#6](https://github.com/buildo/local-date/issues/6)
- toISOString should return an ISO date [#4](https://github.com/buildo/local-date/issues/4)
- should parse ISO string without considering time [#1](https://github.com/buildo/local-date/issues/1)
## [v1.0.0](https://github.com/buildo/local-date/tree/v1.0.0) (2018-05-03)