v1.0.0
BREAKING CHANGES
- Mixins moved to
gdbots/schemaslibrary and in namespace according to category (Command, Event, etc.) notMixin. MessageTraitremoved 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_SLUGoption, just useSLUGand enforce slashes/dated option in your app.
Format::SLUGnow enforces this regex^([\w\/-]|[\w-][\w\/-]*[\w-])$. - Renamed
MessageCurietoSchemaCurieand addedSchemaQNamefor the ultra compact reference. MessageResolvermethodsresolveSchemaId,resolveMessageCurietoresolveIdandresolveCurierespectively.