Releases: limitcantcode/jaison-core
v2.1.0 Release
A complete and polished rewrite!
We've decided to discard the changes introduced in v2.0.0 and opted to polish the prototype, keeping the simple and maintainable design, but restructuring so its extensible. This repository now only contains server logic, and front-facing applications have been moved to their own repositories. These include the features you already know, and have extended them with more integrations and lowered latency. Since this is a complete rewrite, it would be too much to go through all the changes here, but read the many helpful documentation in this repository to familiarize yourself with what's included!
v2.0.0 Release
Introducing Plugins!
Project J.A.I.son is now plugin driven. Backend models responsible for generating responses have been moved to component plugin projects, and front-end reactives have been moved to application plugin projects. Please refer to the new README for installation guide.