Releases: codecat/Nin
Releases · codecat/Nin
2.0.0
1.4.0
There's some general improvements and fixes in this version:
- Added modular view renderer system (currently there's only the regular HTML renderer)
- Added simple plugin system
- Listview can now render items and pagination separate from each other
- Fixed some problems in pagination buttons
- Fixed operator pararmeter not working in
QueryBuilder::where() - Fixed notice message in model relations code
For docker:
- Enable opcache in docker image for faster pages
1.3.0
This is the first version that is supported as a Docker image. You can use the Docker image codecatt/nin.
To use the Docker image, simply make a Dockerfile with the following:
FROM codecatt/nin:1.3
COPY . /var/www/html