Skip to content

Commit

Permalink
Changelog entry for v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegrunwell committed Aug 23, 2024
1 parent 7eb6bef commit 20dd772
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Version 2.0.2] — 2024-08-23

* Use the `const` keyword instead of `define()` for slight performance gains, easier readability, and better IDE interoperability. Props @ChadSikorra and @ramsey for the recommendation! ([#23])

## [Version 2.0.1] — 2024-08-22

* Now that constants are namespaced, remove the `defined()` checks and unnecessary multiplication in order to a) help IDEs and b) remove an (albeit tiny) level of overhead ([#21])
Expand Down Expand Up @@ -103,6 +107,7 @@ Initial public release of the library, with the following constants:


[Unreleased]: https://github.com/stevegrunwell/time-constants/compare/main...develop
[Version 2.0.2]: https://github.com/stevegrunwell/time-constants/releases/tag/v2.0.2
[Version 2.0.1]: https://github.com/stevegrunwell/time-constants/releases/tag/v2.0.1
[Version 2.0.0]: https://github.com/stevegrunwell/time-constants/releases/tag/v2.0.0
[Version 1.2.0]: https://github.com/stevegrunwell/time-constants/releases/tag/v1.2.0
Expand All @@ -122,3 +127,4 @@ Initial public release of the library, with the following constants:
[#18]: https://github.com/stevegrunwell/time-constants/pull/18
[#19]: https://github.com/stevegrunwell/time-constants/pull/19
[#21]: https://github.com/stevegrunwell/time-constants/pull/21
[#23]: https://github.com/stevegrunwell/time-constants/pull/23

0 comments on commit 20dd772

Please sign in to comment.