userfrosting / fortress

A schema-driven system for elegant whitelisting, transformation and validation of user input on both the client and server sides from a unified set of rules.
Other
25 stars 9 forks source link

Move message stream and translator out of Fortress? #10

Closed alexweissman closed 8 years ago

alexweissman commented 8 years ago

It seems like we should slim down Fortress and keep its focus on validation. So, it would be good if we can decouple MessageStream and MessageTranslator, either putting them in their own package or just moving them to the UF core.

alexweissman commented 8 years ago

MessageTranslator has been moved to https://github.com/userfrosting/i18n. MessageStream has been removed completely (it may end up as part of the UF core later).