Skip to content

Releases: halotukozak/made

v0.1.0

19 May 14:35
634ae1e

Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.1.0

v0.0.5

19 May 09:24
c5c5c04

Choose a tag to compare

What's Changed

  • Refine the containsOnly type and adjusts the toArrayOf by @halotukozak in #40
  • Update scalafmt-core to 3.11.1 by @scala-steward in #39
  • Extend annotation utilities to check inherited annotations by @halotukozak in #41
  • Support metadata tuple queries with singleton-typed annotations by @halotukozak in #42
  • Refactor annotation lookup for tuple metadata handling by @halotukozak in #43
  • Add path-dependent evidence for containsOnly constraints in Metadata by @halotukozak in #44
  • extend containsOnly with covariance in T by @halotukozak in #45
  • extend hasAnnotations/getAnnotations to any tuple with structural Metadata member by @halotukozak in #46
  • replace Expr.ofTupleFromSeq with Expr.ofRefinedTuple for refined tuple handling by @halotukozak in #47
  • docs: fix stale scaladoc references by @halotukozak in #48

Full Changelog: v0.0.4...v0.0.5

v0.0.4

07 May 11:42
6fad147

Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

07 May 09:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

04 Mar 22:10
1d182ac

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

28 Feb 07:58

Choose a tag to compare

Introducing M&DE for Scala 3 🚀

While Scala 3 Mirrors are powerful, they often leave out annotations, default values, and generated members. M&DE fills that void, providing enriched mirrors at compile time.

Key features of M&DE:
✅ Type-level annotation metadata extraction.
✅ Smart default value handling.
✅ Support for transparent wrappers and custom labels.

Special thanks to the projects that inspired this work:
🙏 AVSystem commons (by ghik)
🙏 ops-mirror (by bishabosha)

Please note that this is version 0.0.1, so a lot may change. For the better!

Full Changelog: https://github.com/halotukozak/made/commits/v0.0.1