Releases: rogerluan/arkana
Releases · rogerluan/arkana
v2.1.1
What's Changed
- Update Ruby dependencies by @rogerluan in #66
- Lint README by @rogerluan in #67
- Fix regression related to
require_relative
and fix integration tests by @rogerluan in #65
Full Changelog: v2.1.0...v2.1.1
🚀 Adding Support to Kotlin Multiplatform (KMP)!
What's Changed
- Prefer
require_relative
instead ofrequire
by @rogerluan in #56 - Simplify usage documentation by @humblerookie in #61
- Fix code climate by upgrading to the latest version by @rogerluan in #62
- Update the Kotlin generator to support KMP projects by @husseinala in #60
- Fix CI after Code Climate stopped supporting code coverage collection on macOS by @rogerluan in #63
New Contributors
- @humblerookie made their first contribution in #61
Full Changelog: v2.0.0...v2.1.0
🚀 Introducing Android support! 🤖
What's Changed
- Update Code Climate action version by @rogerluan in #54
- Add support to Android using Kotlin code generation by @husseinala in #53
- Delete code that was only used by Ruby 2.6.x, since Ruby 2.6 was deprecated in v1.5.0 by @rogerluan in #55
New Contributors
- @husseinala made their first contribution in #53 - thank you so much @husseinala! ❤️
Full Changelog: v1.6.0...v2.0.0
v1.6.0
What's Changed
- Update Ruby from 3.1.1 to 3.2.2 and update all gems by @rogerluan in #42
- Add funding info to be displayed in the repo top menu by @rogerluan in #43
- Update rubocop configs, add rubocop extensions, and lint project again by @rogerluan in #41
- Improve logs, replacing raw
puts
withUI.warn
andUI.crash
by @rogerluan in #49 - Improve clarity around SPM installation instructions by @rogerluan in #47
- Add ability to generate secrets only for select environments by @rogerluan in #48
- Handle corner case of values that look like numbers but should be treated as strings by @rogerluan in #51
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Add ability to disable cross import of modules by @jdanthinne in #35
- Fix compilation issue in Swift tests (when they are generated), drop support to Ruby 2.6, and update dependencies by @rogerluan in #39
New Contributors
- @jdanthinne made their first contribution in #35
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.1
What's Changed
- Document how to integrate Arkana's local Swift Package by @alobaili in #25
- Replace 'colorize' gem with 'rainbow' gem, for a lower friction licensing by @rogerluan in #27
New Contributors
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Add "Advanced Usage" section, and explain monorepo setup by @rogerluan in #16
- Capitalize only first letter of Environment identifier by @scottymack in #19
- Fix Swift compilation issue when using Bool secrets by @rogerluan in #22
- Add support to Int env vars in Swift by @rogerluan in #23
New Contributors
- @scottymack made their first contribution in #19
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.1
What's Changed
- Add missing dependency in files generated for CocoaPods setup by @rogerluan in #10
- Improve file generation notice & add it where it was missing by @rogerluan in #11
Full Changelog: v1.1.0...v1.1.1