Skip to content

v1.0.0

Choose a tag to compare

@gdbrown gdbrown released this 08 Apr 19:42
· 44 commits to master since this release

BREAKING CHANGES

  • Mixins moved to gdbots/schemas library and in namespace according to category (Command, Event, etc.) not Mixin.
  • MessageTrait removed as it only provided typehinting fixes in your IDE and those are no longer needed.
  • issue #22: Add support for AWS 3.x and Elastic 3.x
  • Removed Format::DATED_SLUG option, just use SLUG and enforce slashes/dated option in your app.
    Format::SLUG now enforces this regex ^([\w\/-]|[\w-][\w\/-]*[\w-])$.
  • Renamed MessageCurie to SchemaCurie and added SchemaQName for the ultra compact reference.
  • MessageResolver methods resolveSchemaId, resolveMessageCurie to resolveId and resolveCurie respectively.