This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Releases: ZupIT/nimbus
Releases · ZupIT/nimbus
1.0.0-alpha5
fix: iOS (#45) * Upgrades dependencies. Removes global vals so iOS testing is possible. Rewites operations so iOS tests can run. Fixes a lot of broken operations and tests. Makes a lot of stuff internal. * maybe fixed the problem with coroutines (sendRequest) * fixes navigation test for iosX64 * detek suppress * makes PR validation also run tests for iOS platforms
1.0.0-alpha4
What's Changed
- ✨ Remove MutableMap from addOperations + fix regex for android by @hernandazevedozup in #42
Full Changelog: 1.0.0-alpha3...1.0.0-alpha4
1.0.0-alpha3
What's Changed
- feat: adds support for late registration of actions and operations by @Tiagoperes in #1
- feature: default logger by @arthurbleilzup in #2
- Renames enum and Lifecycle by @Tiagoperes in #3
- feat: url builder by @arthurbleilzup in #4
- feat: Change the module for library to generate aar by @hernandazevedozup in #5
- feat: renderer part 1 by @Tiagoperes in #6
- feat: default http client by @arthurbleilzup in #7
- feat: implements basic action processing by @Tiagoperes in #8
- feat: View Client by @Tiagoperes in #9
- test: first integration by @Tiagoperes in #10
- feat: remaining navigation actions by @Tiagoperes in #11
- feat: tree utilities by @arthurbleilzup in #12
- refactor: implemented function
valueOf
to safely pick and cast values fromAny?
data structures by @Tiagoperes in #13 - ci/cd: tests by @Tiagoperes in #14
- feat: actions part 2 by @Tiagoperes in #15
- fix: viewClient.fetch exceptions for iOS by @Tiagoperes in #16
- fix: removes useless implicit state from action processing by @Tiagoperes in #17
- fix: context of actions within components within actions by @Tiagoperes in #18
- feat: implements the action to log a message by @Tiagoperes in #20
- chore: components and actions identified by special keys by @Tiagoperes in #21
- feat: GlobalState by @Tiagoperes in #19
- feat: send request by @Tiagoperes in #22
- chore: removes Logger#onSuccess by @Tiagoperes in #23
- chore: better async tests by @Tiagoperes in #24
- fixes navigation dismiss by @Tiagoperes in #25
- feat: pre-fetch by @Tiagoperes in #26
- Chore: renames ActionEvent#element by @Tiagoperes in #28
- feat: action observers by @Tiagoperes in #29
- feat: expression resolution by @arthurbleilzup in #27
- fix: memory leak in ios by @Tiagoperes in #30
- refactoring: navigation tests by @Tiagoperes in #31
- Chore: linter by @Tiagoperes in #32
- feat: Generate publish workflow for maven central by @hernandazevedozup in #33
- feat: base for structural components + forEach by @Tiagoperes in #34
- feat: set state by @Tiagoperes in #36
- feat: Missing Tests by @arthurbleilzup in #35
- feat: operations by @arthurbleilzup in #37
- feat: if, then, else by @Tiagoperes in #38
- feat: conditional action by @Tiagoperes in #39
- feat: setContent action by @Tiagoperes in #40
- fix: Fixing httpclient by @hernandazevedozup in #41
New Contributors
- @Tiagoperes made their first contribution in #1
- @arthurbleilzup made their first contribution in #2
- @hernandazevedozup made their first contribution in #5
Full Changelog: https://github.com/ZupIT/nimbus-core/commits/1.0.0-alpha3
1.0.0-alpha2
:sparkles: Adds publication to maven central