Skip to content

Commit

Permalink
Update changelog for v0.45.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Dec 1, 2023
1 parent bcda693 commit 60abf73
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [0.45.3](https://github.com/rokucommunity/brs/compare/v0.45.2...0.45.3) - 2023-12-01
### Added
- missing `ifEnum` methods in `roArray` and `roAssociativeArray` ([#33](https://github.com/rokucommunity/brs/pull/33))
- stub try/catch implementation ([#34](https://github.com/rokucommunity/brs/pull/34))
### Changed
- replace package luxon by day.js on `roDateTime` and `roTimespan` #28 ([#29](https://github.com/rokucommunity/brs/pull/29))
### Fixed
- component XML path parsing was failing on edge case ([#37](https://github.com/rokucommunity/brs/pull/37))
- optional chaining implementation side effect #30 ([#31](https://github.com/rokucommunity/brs/pull/31))



## [0.45.2](https://github.com/rokucommunity/brs/compare/v0.45.1...v0.45.2) - 2023-11-07
### Added
- logic for optional chaining ([#21](https://github.com/rokucommunity/brs/pull/21))
Expand Down

0 comments on commit 60abf73

Please sign in to comment.