UNPKG

1.34 kBMarkdownView Raw
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5and this project adheres
6to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
7
8## [2.0.1] - 2022-7-14
9### Changed
10- Showing more fraction digits in numbers.
11
12## [2.0.0] - 2021-10-03
13### Changed
14- Changing to ESM syntax.
15
16## [1.3.0] - 2019-10-29
17### Added
18- Supporting Symbols
19
20## [1.2.1] - 2019-10-08
21### Security
22- Updating dependencies
23
24## [1.2.0] - 2019-10-02
25### Added
26- Better support for custom constructors
27
28## [1.1.0] - 2019-09-20
29### Added
30- Supporting Array-like values
31- Supporting Object-like values
32
33## [1.0.2] - 2019-08-02
34### Security
35- Updating dependencies
36
37## [1.0.1] - 2019-07-07
38- documentation
39
40## 1.0.0 - 2019-07-07
41### Added
42- displayValue
43
44[1.3.0]: https://github.com/DarrenPaulWright/display-value/compare/v1.2.1...v1.3.0
45
46[1.2.1]: https://github.com/DarrenPaulWright/display-value/compare/v1.2.0...v1.2.1
47
48[1.2.0]: https://github.com/DarrenPaulWright/display-value/compare/v1.1.0...v1.2.0
49
50[1.1.0]: https://github.com/DarrenPaulWright/display-value/compare/v1.0.2...v1.1.0
51
52[1.0.2]: https://github.com/DarrenPaulWright/display-value/compare/v1.0.1...v1.0.2
53
54[1.0.1]: https://github.com/DarrenPaulWright/display-value/compare/v1.0.0...v1.0.1