mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 KiB
14 KiB
Changelog
1.19.1
1.19.0
1.18.0
1.17.0
1.16.0
- Remove NSJSONSerialization
- Stop referencing JSON::PRETTY_STATE_PROTOTYPE
- Drop support for Ruby versions < 3.2
- Move repo from @intridea to @sferik
- JsonCommon: force encoding to UTF-8, not binary
- Stop setting defaults in JsonCommon
- Make json_pure an alias of json_gem
1.15.0
1.14.1
1.14.0
1.13.1
1.13.0
1.12.2
1.12.1
1.12.0
1.11.2
1.11.1
1.11.0
1.10.1
- Explicitly require stringio for Gson adapter
- Do not read StringIO object before passing it to JrJackson
1.10.0
1.9.3
1.9.2
1.9.1
1.9.0
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
- Require json/ext to ensure extension version gets loaded for json_gem
- Rename JrJackson
- Prefer JrJackson to JSON gem if present
- Print a warning if outdated gem versions are used
- Loosen required_rubygems_version for compatibility with Ubuntu 10.04
1.7.2
- Rename Jrjackson adapter to JrJackson
- Implement jrjackson -> jr_jackson alias for back-compatability
- Update vendored OkJson module
1.7.1
1.7.0
- Add load_options/dump_options to MultiJson
- MultiJson does not modify arguments
- Enable quirks_mode by default for json_gem/json_pure adapters
- Add JrJackson adapter
- Raise ArgumentError on bad adapter input
1.6.1
1.6.0
- Add gson.rb support
- Add MultiJson.default_options
- Add MultiJson.with_adapter
- Stringify all possible keys for ok_json
- Use JSON.generate instead of #to_json
- Alias MultiJson::DecodeError to MultiJson::LoadError
1.5.1
1.5.0
1.4.0
1.3.7
- Fix rescue clause for MagLev
- Remove unnecessary check for string version of options key
- Explicitly set default adapter when adapter is set to nil or false
- Fix Oj ParseError mapping for Oj 1.4.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.4
- Set data context to DecodeError exception
- Allow ok_json to fallback to to_json
- Add warning when using ok_json
- Options can be passed to an engine on encode
1.0.3
1.0.2
1.0.1
1.0.0
- Remove ActiveSupport::JSON support
- Fix @engine ivar warning
- Only rescue from parsing errors during decoding, not any StandardError
- Rename okjson engine and vendored lib to ok_json
- Add StringIO support to json gem and ok_json
0.0.5
0.0.4
- Fix default_engine check for json gem
- Make requirement mapper an Array to preserve order in Ruby versions < 1.9