Skip to content

3.5.2

Compare
Choose a tag to compare
@jbrichau jbrichau released this 30 Jun 09:53
· 221 commits to master since this release
ec8c4a2

What's Changed

  • JQAutocomplete: optimized json callback implementation to use JSON canvas and set content-type for all JSON callbacks to application/json rather than text/plain (follow-up to issue #1232) by @jbrichau in #1364
  • JSON canvas/serialization: introduced a flag to enforce correct JSON objects with String keys only (fixes #1367) by @jbrichau in #1368
  • Recovered OrderedDictionary>>jsonOn: which was not loaded in Pharo 8+ due to a BaselineOfSeaside error. It now is loaded such that OrderedDictionary instances can be serialized to JSON. by @jbrichau in eb7e6bb

Full Changelog: v3.5.1...3.5.2