- Update to version v3.1.0: * set github actions os to ubuntu-18.04 * version bump 3.1.0 * Deal with dialyzer issues * remove main.yml comment from relx and add otp versions * remove unneeded makefile * swap master to main in gh actions thing * drop support for versions before OTP-17 and bump to 3.0.0 * add github link to hex metadata * version bump to 2.11.0 * Add `with_tail` to `decode` spec * Make the map term more specific * Fix error detected by dialyzer * Prevent dialyzer warning * Prevent dialyzer warning * test erlang/otp 22 * add licenses hex metadata * verison bump 2.10.0 * Support custom newline symbol(s) for format option * test erlang/otp 20 and 21 * missing description for {key, binary()} added * Allow -spec(). to reflect what's really going on * Update -spec(). for proper module readibility * bump version to 2.9.0 * add `control_codes` mode to strict parsing that rejects strings with ascii control codes * jsx_to_term:parse_config/2: Honor `return_maps` option value * Correct documentation of semantics of `strict` option * Fix typo in readme on utf8 option * v2.8.2 * update versions to test against on travis OBS-URL: https://build.opensuse.org/request/show/988581 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-jsx?expand=0&rev=4
89 lines
3.1 KiB
Plaintext
89 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 12 09:46:50 UTC 2022 - matwey.kornilov@gmail.com
|
|
|
|
- Update to version v3.1.0:
|
|
* set github actions os to ubuntu-18.04
|
|
* version bump 3.1.0
|
|
* Deal with dialyzer issues
|
|
* remove main.yml comment from relx and add otp versions
|
|
* remove unneeded makefile
|
|
* swap master to main in gh actions thing
|
|
* drop support for versions before OTP-17 and bump to 3.0.0
|
|
* add github link to hex metadata
|
|
* version bump to 2.11.0
|
|
* Add `with_tail` to `decode` spec
|
|
* Make the map term more specific
|
|
* Fix error detected by dialyzer
|
|
* Prevent dialyzer warning
|
|
* Prevent dialyzer warning
|
|
* test erlang/otp 22
|
|
* add licenses hex metadata
|
|
* verison bump 2.10.0
|
|
* Support custom newline symbol(s) for format option
|
|
* test erlang/otp 20 and 21
|
|
* missing description for {key, binary()} added
|
|
* Allow -spec(). to reflect what's really going on
|
|
* Update -spec(). for proper module readibility
|
|
* bump version to 2.9.0
|
|
* add `control_codes` mode to strict parsing that rejects strings with ascii control codes
|
|
* jsx_to_term:parse_config/2: Honor `return_maps` option value
|
|
* Correct documentation of semantics of `strict` option
|
|
* Fix typo in readme on utf8 option
|
|
* v2.8.2
|
|
* update versions to test against on travis
|
|
* fix syntax error
|
|
* Add debug_info to rebar.config.
|
|
* v2.8.1
|
|
* Enable debug_info in erl_opts
|
|
* fix mix.exs warning
|
|
* Update README.md
|
|
* Update README.md
|
|
* global: accept erlang:timestamp()
|
|
* Match jsx:json_term() / jsx_to_term:json_value() specs for empty object.
|
|
* v2.8.0
|
|
* add JSX_FORCE_MAPS flag for forcing decoding to maps
|
|
* add files section to `jsx.app.src` for hex
|
|
* remove rebar3 hex plugin from config
|
|
* v2.7.2
|
|
* mask a `function_clause' error in encoder with a `badarg' error for api unity
|
|
* fix overly permissive parser that allowed some encodings that should have been failure states
|
|
* v2.7.1
|
|
* add tvv's contributions to CHANGES and README
|
|
* accept datetime with msec
|
|
* use hex version of mixunit instead of github version
|
|
* update to v2.7.0
|
|
* document `return_tail`
|
|
* update contributors list:
|
|
* Add return_tail option
|
|
* add .rebar and doc dirs to .gitignore
|
|
* add rebar.config.script for checking support maps and binary_to_{integer,float}/1
|
|
* fix build docs
|
|
* point develop branch README travis indicator at right branch
|
|
* update .travis.yml for erlang 17.5 and 18.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 14 22:29:09 UTC 2018 - g.santomaggio@gmail.com
|
|
|
|
|
|
- Update to version 2.9.0:
|
|
+ from 2.6.2 to 2.9.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 18 07:23:15 UTC 2015 - opensuse-packaging@opensuse.org
|
|
|
|
- Update to version 2.6.2:
|
|
+ v2.5.3
|
|
+ v2.6.0
|
|
+ v2.6.0
|
|
+ change `mixunit` from an optional dependency to a :dev only dependency
|
|
+ v2.6.1
|
|
+ update mix deps
|
|
+ always add maps_support to mix compiled build
|
|
+ v2.6.2
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 28 08:50:15 UTC 2014 - matwey.kornilov@gmail.com
|
|
|
|
- Initial version
|
|
|