Skip to content

Releases: codecat/Nin

2.0.0

10 Feb 16:36

Choose a tag to compare

This is version 2 of Nin! There are many new features. The most notable ones are:

  • Guaranteed to work with PHP 8
  • New routing system using nf_route
  • Added support for PostgreSQL
  • Lots of overall improvements

1.4.0

07 Oct 12:53

Choose a tag to compare

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

23 Apr 23:57

Choose a tag to compare

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

1.2.0

29 Apr 11:07

Choose a tag to compare

Welcome to Nin 1.2.0! It's the more advanced version of Nin, with the same simplicity of 1.1.x.

There's some breaking API changes, so be careful in your decision of upgrading.