Releases: elixir-gettext/expo
Releases · elixir-gettext/expo
v0.1.0
What's Changed
- Move test fixtures from priv/test to test/fixtures by @whatyouhide in #72
- Remove Expo.Messages.find/2 with lists by @whatyouhide in #71
- Update mix.exs by @whatyouhide in #73
- Return exception structs from functions by @whatyouhide in #74
- Migrate GitHub Actions to erlef/setup-beam by @kianmeng in #75
Full Changelog: v0.1.0-beta.7...v0.1.0
v0.1.0-beta.7
What's Changed
- Remove plural forms from Expo by @josevalim in #64
- Perform collapse during tokenization by @josevalim in #65
- Fix parsing for obsolete plural msgstr by @maennchen in #67
- Require Elixir v1.11 by @maennchen in #66
- Use correct casing in module names (PO and MO) by @whatyouhide in #69
- Remove .tool-versions by @whatyouhide in #68
New Contributors
- @josevalim made their first contribution in #64
- @whatyouhide made their first contribution in #69
Full Changelog: v0.1.0-beta.6...v0.1.0-beta.7
v0.1.0-beta.6
What's Changed
- Bump fastify/github-action-merge-dependabot from 3.1.2 to 3.1.3 by @dependabot in #43
- Bump fastify/github-action-merge-dependabot from 3.1.3 to 3.1.4 by @dependabot in #44
- Bump ex_doc from 0.28.3 to 0.28.4 by @dependabot in #45
- Bump fastify/github-action-merge-dependabot from 3.1.4 to 3.1.5 by @dependabot in #47
- Bump fastify/github-action-merge-dependabot from 3.1.5 to 3.1.6 by @dependabot in #48
- Bump excoveralls from 0.14.4 to 0.14.5 by @dependabot in #49
- Update elixir to 1.13.4-otp-25 by @github-actions in #50
- Update erlang to 25.0 by @github-actions in #51
- Bump fastify/github-action-merge-dependabot from 3.1.6 to 3.1.7 by @dependabot in #53
- Dump flags after references in PO files by @maennchen in #54
- Bump fastify/github-action-merge-dependabot from 3.1.7 to 3.2.0 by @dependabot in #55
- Update erlang to 25.0.1 by @github-actions in #57
- Put previous Message into Struct by @maennchen in #58
- Update erlang to 25.0.2 by @github-actions in #59
- Bump excoveralls from 0.14.5 to 0.14.6 by @dependabot in #60
- Bump credo from 1.6.4 to 1.6.5 by @dependabot in #62
- Switch to Yecc Based Parser by @maennchen in #25
- Expose Source Line Numbers by @maennchen in #63
Full Changelog: v0.1.0-beta.5...v0.1.0-beta.6
v0.1.0-beta.5
What's Changed
- Only export test coverage for current version by @maennchen in #39
- Bump fastify/github-action-merge-dependabot from 3.0.2 to 3.1.2 by @dependabot in #40
- Add Translation Helpers for comparison & flags by @maennchen in #41
- Allow
:file
parser option by @maennchen in #42
Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5
v0.1.0-beta.4
What's Changed
- Implement
PluralForms.known_locales/0
by @maennchen in #38
Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4
v0.1.0-beta.3
What's Changed
- Remove Overuse of Defcombinatorp by @maennchen in #19
- Plural Form Parser / Evaluator by @maennchen in #18
- Add known plural forms by @maennchen in #22
- Plural Form Composer and Parentheses Tokenizing by @maennchen in #24
- Add String Rebalancing by @maennchen in #23
- Add
Translations.get_header/2
by @maennchen in #26 - Provide PluralForms.compile_index/1 by @maennchen in #28
- Unroll ifs for index compile by @maennchen in #29
- Add expo.msgfmt Mix Task by @maennchen in #31
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #34
- Test on Elixir Main as well by @maennchen in #37
- Bump actions/download-artifact from 2 to 3 by @dependabot in #35
- Update elixir to 1.13.4-otp-24 by @github-actions in #33
Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3
v0.1.0-beta.2
Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2
- Fix Automatic Release Creation in GitHub Actions
- Fix Documentation Source Link
v0.1.0-beta.1
What's Changed
- Bump actions/cache from 2 to 3 by @dependabot in #2
- Bump peter-evans/create-pull-request from 3 to 4 by @dependabot in #3
- Rudimentary .mo Parser by @maennchen in #4
- Update erlang to 24.3.3 by @github-actions in #5
- PO File Parser by @maennchen in #6
- Enhance Po Parser Test Suite by @maennchen in #7
- Simplify Parsec Code by @maennchen in #13
- Add
.mo
File Composer by @maennchen in #14 - Support
.po
Compose by @maennchen in #15
New Contributors
- @dependabot made their first contribution in #2
- @github-actions made their first contribution in #5
Full Changelog: https://github.com/jshmrtn/expo/commits/v0.1.0-beta.1