Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.24 KB

changes.md

File metadata and controls

44 lines (31 loc) · 1.24 KB

4.0.0 plans

change log

3.0.1

  • bits → >= 9.0.2
  • bounded-nat → >= 35.0.0
  • typesafe-array → >= 34.0.1

3.0.0

  • type Json tagJson with string tags just like the actual format
    • Json.tagMap remove
    • Json.Morph.eachTag remove
  • Value.Morph.bits now always print just the index
  • Rework tag morphs to convert to broad String
    • Json.Morph.compact now only prints valid json field names
    • Value.Index, Value.Name remove
  • Integer.Morph
    • fromNatural add
  • Json
    • fromValue add
    • toValue add

2.1.0

  • module Tree.Morph exposing (value) add
  • Bit.Morph.value add

2.0.0

  • Morph.recursive now supplies an argument that doesn't need to be applied with ()

1.1.1

  • Value.atomMap documentation correct

1.1.0

  • Value.atomMap add