packages feed

insert-ordered-containers-0.3.0: CHANGELOG.md

- 0.3.0
    - Fix ordering when decoding from JSON (with tests)
      https://github.com/erikd/insert-ordered-containers/issues/7
      This is a breaking change.
    - GHC-9.14.1 support

- 0.2.7
    - Support GHC-8.6.5...9.12.1
    - Haskell code modernisation

- 0.2.6
    - Support GHC-8.6.5...9.10.1

- 0.2.5.3
    - Support `aeson-2.2`
    - Make `Prelude` import explicit (safe guard against additions to `Prelude`).

- 0.2.5.2
    - Actually drop `semigroups` dependency
    - Update bounds

- 0.2.5.1
    - Drop unnecessary dependencies `semigroups`, `base-compat`
    - Update bounds

- 0.2.5
    - Add `NFData(/1/2)` instances

- 0.2.4
    - Add `indexed-traversable` instances
    - lens-5 and optics-0.4 support

- 0.2.3
    - Add support for indexed `optics`
    - Only support GHC-8.0+

- 0.2.2
    - Add `Data.HashSet.InsOrd`

- 0.2.1.0
    - Fix `Traversable`, `TraversableWithIndex`, `FoldableWithIndex` to traverse
      in insertion order
      ([#12](https://github.com/phadej/insert-ordered-containers/issues/12))
    - Add `unorderedTraverse`, `unorderedTraverseWithKey`, `unoderedFoldMap`, and
      `unorderedFoldMapWithKey`.
    - `union` doesn't overflow the internal counter
      ([#10](https://github.com/phadej/insert-ordered-containers/issues/10))

- 0.2.0.0
    - Use `aeson-1`
    - removed our `FromJSONKey` and `ToJSONKey` in favour of `aeson` variants