Skip to content

Releases: corebranch/blugen

1.0.0-alpha.2

15 Oct 00:15
d97d1ae

Choose a tag to compare

What's Changed

  • Fix namespace resolution for partial NSID references by @shahmal1yev in #21
  • Fix NSID resolution to use 'main' definition name instead of Primary Type by @shahmal1yev in #23
  • Add Clear command by @shahmal1yev in #24
  • Bump dependencies by @shahmal1yev in #31
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #28
  • Prevent empty file generation for token definitions and filter enums to exclude cross-lexicon NSIDs by @shahmal1yev in #33
  • Feat(ArrayableRecords): Implement ArraySerializable support in RecordGenerator and component generators by @shahmal1yev in #34
  • Feat(Syntax/String): Implement full ATProto-compliant string validation layer by @shahmal1yev in #38
  • Feat(Syntax/IntegerType): Add IntegerType constraint and validator by @shahmal1yev in #39
  • Implement NullType validator and constraint by @shahmal1yev in #40
  • Feat(BooleanType): Implement BooleanType constraint and validator by @shahmal1yev in #41
  • Feat(Syntax): Implement ArrayType constraint, validator, and related schema improvements by @shahmal1yev in #42
  • BREAKING: Arrayable schemas, new Schema/* namespace, support schemas return raw arrays (#2) by @shahmal1yev in #46
  • Move Schema Tests by @shahmal1yev in #49

Full Changelog: 1.0.0-alpha.1...1.0.0-alpha.2

1.0.0-alpha.1

25 Jul 23:56
b11f4d2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/shahmal1yev/blugen/commits/1.0.0-alpha.1