Skip to content

Commit

Permalink
Merge pull request #50 from georgejecook/fix/fixes-reflection-regressoin
Browse files Browse the repository at this point in the history
Fix/fixes reflection regressoin
  • Loading branch information
georgejecook authored May 9, 2022
2 parents 2be3b80 + 3351bd3 commit c32eb69
Show file tree
Hide file tree
Showing 6 changed files with 1,083 additions and 594 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [0.20.3](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.20.2...0.20.3)
## [0.21.0](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.20.3...0.21.0)

### Merged

- optimizes lookups [`#48`](https://github.com/georgejecook/maestro-roku-bsc-plugin/pull/48)
- fix(validation): correctly handles sitatuions where namespaces are in… [`#47`](https://github.com/georgejecook/maestro-roku-bsc-plugin/pull/47)
- Better test code formatting [`#46`](https://github.com/georgejecook/maestro-roku-bsc-plugin/pull/46)
- Fixes broken windows tests [`#45`](https://github.com/georgejecook/maestro-roku-bsc-plugin/pull/45)

### Commits

- Fix test indentation. [`5f08a28`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/5f08a283421e2cd1b127bef5959ee81ab31968d2)
- fix(validation): correctly handles sitatuions where namespaces are in multiple files when validationg if a namespace import is missing [`1b3a3f5`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/1b3a3f5bb24456f44a7ebf6d5fa4a4e59ff5a9c9)
- Fix a few npm audit issues [`998bb4a`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/998bb4a7fe26c71add590a91c3fac08f150ffe2c)
- enable windows tests in CI [`6ac2841`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/6ac2841d09ecfa661bd951c72fb5d6892adae7bb)

## [0.20.3](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.20.2...0.20.3) - 2022-04-20

### Merged

Expand All @@ -16,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits

- fixes validations stealing one of the params from observe calls, causing bad transpilation of observe/unobserve [`b3f6e87`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/b3f6e8701ba0e14fa9552cdb21e31fd2d372c18f)
- bump [`a2ea616`](https://github.com/georgejecook/maestro-roku-bsc-plugin/commit/a2ea616882ac77aaab226d18ec1f24706bedcc43)

## [0.20.2](https://github.com/georgejecook/maestro-roku-bsc-plugin/compare/0.20.1...0.20.2) - 2022-04-14

Expand Down
Loading

0 comments on commit c32eb69

Please sign in to comment.