Skip to content

Releases: kitlangton/neotype

v0.3.0

01 Jun 14:07
1fd2893
Compare
Choose a tag to compare

BREAKING CHANGE TO THE MODULE STRUCTURE FOR INTEGRATIONS! ⏰

I've relocated each integration (quill, jsoniter, zio-json, etc.) from being directly under the neotype package—such as neotype.quill—to a new intermediate package named interop. Now, each integration will be found at neotype.interop.quill, and so on.

The reason is simple: If you write import neotype.*, as will often be the case, then you'd have clobbered the namespace of say doobie. As the bare doobie will now reference neotype.doobie and not _root_.doobie. That would've forced you to refer to doobie proper as _root_.doobie, which is no fun at all.

I'm sorry for the breaking change, but it should be a simple matter of find and replace on some import statements ❤️ . I think resolving this awkwardness is worth it.

What's Changed

New Contributors

  • @kitlangton made their first contribution in #62 (🤣—thanks autogenerated release notes! and congratulations to me!)

Full Changelog: v0.2.19...v0.3.0

v0.2.19

31 May 22:57
Compare
Choose a tag to compare

Full Changelog: v0.2.18...v0.2.19

v0.2.18

31 May 22:56
Compare
Choose a tag to compare

Full Changelog: v0.2.17...v0.2.18

v0.2.17

31 May 22:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.16...v0.2.17

v0.2.16

29 May 12:36
Compare
Choose a tag to compare

Full Changelog: v0.2.15...v0.2.16

v0.2.15

28 May 20:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.14...v0.2.15

v0.2.14

24 May 13:23
c0a457d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.13...v0.2.14

v0.2.13

17 May 11:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.12...v0.2.13

v0.2.12

12 May 18:36
Compare
Choose a tag to compare

Full Changelog: v0.2.11...v0.2.12

v0.2.11

03 May 15:31
Compare
Choose a tag to compare

Full Changelog: v0.2.10...v0.2.11