papa-0.5.0: changelog.md
0.5.0
* Remove `lens-indexed-plated` dependency to resolve GHC 9.12+ compatibility
* Add GHC 9.12.4 support
* Fix GHC 9.8+ compatibility by hiding `uncons`/`unsnoc` from `Papa.Base`
* Update CI to use `cabal build all` for multi-package project support
* Add `one >= 0.0.4` constraint for GHC 9.6+ MkSolo support
* Remove GHC 9.4.8 support (requires older dependency versions)
0.4.0
* Comprehensive type class coverage across ecosystem packages
* Full lens integration with indexed operations
* Safe alternatives to partial functions
* Performance optimizations with INLINE pragmas
0.3.1
* Remove doctests test target and setup
0.2.0
* Reorganisation of all `papa` packages.
0.1.0
* Reorganisation of all `papa` packages.
0.0.1
* Initial release