Skip to content

Releases: nox7/nox

v1.3.1

12 Jul 20:01
055d863
Compare
Choose a tag to compare
  • Fix ModelClass::delete bad function signature

v1.3.0

12 Jul 19:59
0d01f7c
Compare
Choose a tag to compare
  • Add a parent class for ModelClass instances to handle duplicate save/delete logic
  • Fix sync-models.php useless require
  • Preload Abyss config on a request (Possibly bad for static file serving)
  • Fix misspelling in Abyss config class check (NocConfig -> NoxConfig)
  • Update example User class to show new, shortened version

v1.2.5

08 Jul 14:51
a7b4705
Compare
Choose a tag to compare
  • Fix endless loop when rewriting within an attribute

v1.2.4

21 Jun 18:20
f6ee958
Compare
Choose a tag to compare
  • Fix incorrect exact match for RouteBase without RegEx

v1.2.3

21 Jun 17:55
bbbed01
Compare
Choose a tag to compare
  • Add #[RouteBase] for classes

v1.2.2

21 Jun 14:39
f177cd7
Compare
Choose a tag to compare
  • Update example with brief coding standards fix
  • Fix missing isNull in primary key definition for MySQL vs MariaDB problem
  • Update sync-models.php script to only sync MySQL models and not also run a unit test example

v1.2.1

21 Jun 14:32
82c8cc2
Compare
Choose a tag to compare
  • Multiple route attributes supported
  • MySQL MediumText data type
  • Multiple static directory definitions supported with optional URI mask to have prefaced on URLs. (Such as, /assets/img.png can point to the /static folder and find the img.png in it)

v1.1.1

14 Jun 19:01
af31d42
Compare
Choose a tag to compare
  • Allow Route attributes to be repeated

v1.1.0

10 Jun 19:20
33dd91e
Compare
Choose a tag to compare
  • Fixes an HTML rendering problem involving curly brace syntax.

v1.1.0 Alpha - Route attribute extensions

31 May 18:29
ae1ab6d
Compare
Choose a tag to compare
  • Allow RouteAttribute instances to change the request response code and request path
  • Catch too-deep recursion depth of requests