Skip to content

Releases: Kyorai/cuttlefish

v3.4.0

06 Aug 23:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

06 Aug 02:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

3.2.0

13 Feb 21:27
v3.2.0
8097b9c
Compare
Choose a tag to compare

GitHub Milestone

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

3.1.0

06 Oct 23:02
v3.1.0
0d48ff4
Compare
Choose a tag to compare

This release adds full unicode support.

GitHub milestone

3.0.1

26 Mar 15:51
v3.0.1
7afaad9
Compare
Choose a tag to compare

Changes

  • Fix $(< filename) include directive parsing (#25).

2.7.0

07 Mar 12:44
41e5a0f
Compare
Choose a tag to compare

Supported Erlang Versions

This release supports Erlang versions between 21 and 24.

Changes

Erlang 24 Compatibility

Cuttlefish now compiles and runs on Erlang 24. This required upgrading Lager to 3.9.x.

2.6.0

07 Mar 12:42
v2.6.0
b516f30
Compare
Choose a tag to compare

This release supports Erlang versions between 17 and 23.

Changes

Environment Variable Config Substitution

GitHub issue: ##17.

Contributed by @lrascao.

v2.4.0

22 Jul 17:04
v2.4.0
4cec0ab
Compare
Choose a tag to compare

Upgrades the lager dependency to version 3.8.0

v2.3.0

07 Aug 23:11
27fc2d2
Compare
Choose a tag to compare

Breaking Changes

  • -a command line switch was repurposed to mean --advanced_conf_file instead of --app_config which was never actually used.

    GitHub issue: #5

v2.2.1

07 Aug 12:59
7a857e9
Compare
Choose a tag to compare

Enhancements

  • Whitespace-only lines are now ignored by the parser.

    GitHub issue: #1