New
v2.0.0-M2
What's Changed
- Fix doc by @guizmaii in https://github.com/AugustNagro/magnum/pull/92
- Improve
Transactorlayer provider methods to be more ZIO idiomatic, taking theDataSourcefrom the environment by @guizmaii in https://github.com/AugustNagro/magnum/pull/93 - Add .stripMargin method on Frag to improve multi-line formatting by @lvitaly in https://github.com/AugustNagro/magnum/pull/101
- drop export clauses by @AugustNagro in https://github.com/AugustNagro/magnum/pull/99
- upgrade munit by @AugustNagro in https://github.com/AugustNagro/magnum/pull/102
- fix inserting single PG enum by @AugustNagro in https://github.com/AugustNagro/magnum/pull/100
- remove SqliteDbType insertReturning method by @AugustNagro in https://github.com/AugustNagro/magnum/pull/104
- More testing of Json interpolation in sql"" by @AugustNagro in https://github.com/AugustNagro/magnum/pull/103
- Use 'def derived' instead of 'given derived' by @AugustNagro in https://github.com/AugustNagro/magnum/pull/113
- Support LocalDate, LocalTime, and LocalDateTime by @AugustNagro in https://github.com/AugustNagro/magnum/pull/110
New Contributors
- @lvitaly made their first contribution in https://github.com/AugustNagro/magnum/pull/101
Full Changelog: https://github.com/AugustNagro/magnum/compare/v2.0.0-M1...v2.0.0-M2