Catberry v8.3.0 Release Notes

Release Date: 2016-05-10 // almost 8 years ago
    • ๐Ÿ“œ Wrote a real parser for Catberry's route language (get rid of magic RegExps and show parsing errors)
    • ๐Ÿ“œ Now the routes are compiled in server-side environment and the browser bundle contains compiled descriptors (parser's code is not included in the bundle)
    • โš  Now warnings are shown when a store on the route list does not exist (#272)
    • โž• Added support for generating URIs for an existing route using specified parameters (can be used for templates to generate links inside the app).

    ๐Ÿ“š All details can be found in the docs.