Skip to content

0.6.0

Latest

Choose a tag to compare

@SerafimArts SerafimArts released this 28 Oct 20:38
· 70 commits to master since this release
  • Added second level metadata
  • Reorganized files and directories
  • Added separate type coercers
  • Split metadata and metadata builders
  • Split metadata readers and providers
  • Added more types:
    • non-empty-string
    • numeric-string
    • lowercase-string
    • uppercase-string
    • positive-int
    • negative-int
    • non-positive-int
    • non-negative-int
    • non-zero-int
  • Added property-aware strict types configuration
    #[MapType('string', strict: false)]
    public string $example;

Full Changelog: 0.5.0...0.6.0