Releases: Kyorai/cuttlefish
Releases · Kyorai/cuttlefish
v3.9.1
Full Changelog: v3.9.0...v3.9.1
v3.9.0
What's Changed
- New data types, minor improvements to validators by @michaelklishin in #80
Full Changelog: v3.8.0...v3.9.0
v3.8.0
What's Changed
- New data types:
regexanduriby @michaelklishin in #75 - Improve validation of input schema files by @michaelklishin in #76
- New first class data type: booleans by @michaelklishin in #77
- Improve support for numerical data types by @michaelklishin in #78
- Introduce schema partials by @michaelklishin in #79
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
- First class support for collections #73 (michaelklishin)
- Alias support for deprecated conf keys #70 (michaelklishin)
- Miscellaneous fixes: dialyzer, error propagation, test robustness #71 (lukebakken)
v3.6.0
What's Changed
- GitHub actions workflow updates by @lukebakken in #61
- Support multiline configuration values by @lukebakken in #63
- Fix edoc warning by @lukebakken in #65
- Handle conf files that start with unicode BOM by @lukebakken in #64
- Provide more informative output by @lukebakken in #66
- v3.6.0 CHANGELOG by @lukebakken in #67
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
- Parse tagged value tag up to the first colon #56 by @michaelklishin in #57
- Restrict what characters tagged value prefixes (tags) are allowed to have by @michaelklishin in #58
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- New data types: "plain" binary, tagged binary by @michaelklishin in #52
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- Don't fail with an 'undefined' log level by @michaelklishin in #45
- New data type: tagged string by @michaelklishin in #46
- Grammar: require a space after the "include" directive by @michaelklishin in #47
- Support for 'escaped values' by @michaelklishin in #48
- Require Erlang/OTP 24.x by @michaelklishin in #49
- Bump getopt to 1.0.3 by @michaelklishin in #50
Full Changelog: v3.2.0...v3.3.0
3.2.0
What's Changed
- GHA updates by @lukebakken in #34
- Add new domain_socket data type by @codeadict in #33
New Contributors
- @codeadict made their first contribution in #33
Full Changelog: v3.1.0...v3.2.0
3.1.0
This release adds full unicode support.