Releases: sunshinejr/Pouch
Releases · sunshinejr/Pouch
0.4.0
Changelog
Good to be back! This is one of the few libraries that I use in every project, so worth updating with what we've been using for a while.
Adds:
- 1password for input
- Firebase Remote Config for input (experimental, uses for for many fixes in firebase repo)
- Multiple environments setup (use different keys for different envs, i.e. dev/prod)
- More custom generator options for Swift (dictionary, variables, isStatic, accessLevel, implementations i.e. custom protocol, keyMapping)
Breaking changes:
- Renames
secrets
tokeys
in.pouch.yml
0.2.0
This release helps with Swiftlint warnings and also fixes some spacing issues - all thanks to @Igor-Palaguta 🙏
Changelog
- Added
swiftlint:disable all
to the top of the file. @Igor-Palaguta - Added "Generated using Pouch" to the top of the file. @Igor-Palaguta
- Fixed spacing in the generated file. @Igor-Palaguta
0.1.2
Changelog
- Resign from building fat binaries due to problems with brew & intel macs
0.1.1
Changelog
- Small updates to Makefile for brew support
0.1.0
Changelog
- No need for
filePath
keyword in the.pouch.yml
output if there is a single path (with multiple config options you need to type parameter names, similar to how secret parsing works). pouch
will now by default runpouch retrieve
- Fixed a bug where if you didn't provide output language it would print parser error
0.0.1
Initial release 🥳