Changes between Cheshire 5.6.3 and 5.6.2

Changes between Cheshire 5.6.2 and 5.6.1

Changes between Cheshire 5.6.1 and 5.6.0

Changes between Cheshire 5.6.0 and 5.5.0

Changes between Cheshire 5.5.0 and 5.5.0

Changes between Cheshire 5.4.0 and 5.3.2

Changes between Cheshire 5.3.1 and 5.3.0

Changes between Cheshire 5.3.0 and 5.2.0

Changes between Cheshire 5.2.0 and 5.1.2

Changes between Cheshire 5.1.2 and 5.1.1

Changes between Cheshire 5.1.1 and 5.1.0

Changes between Cheshire 5.1.0 and 5.0.2

Changes between Cheshire 5.0.2 and 5.0.1

Changes between Cheshire 5.0.0 and 5.0.1

Changes between Cheshire 5.0.0 and 4.0.x

Custom Encoders Changes

Custom encoder functions were moved to the cheshire.generate namespace:

In addition, cheshire.custom/encode and cheshire.custom/decode are no longer necessary. Use cheshire.core/encode and cheshire.core/decode instead and those functions will pick up custom encoders while still preserving the same level of efficiency.

GH issue: #32.