3.5.2
What's Changed
JQAutocomplete
: optimized json callback implementation to use JSON canvas and set content-type for all JSON callbacks toapplication/json
rather thantext/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 thatOrderedDictionary
instances can be serialized to JSON. by @jbrichau in eb7e6bb
Full Changelog: v3.5.1...3.5.2