Skip to content

Files

Latest commit

5caf456 · Nov 18, 2024

History

History
217 lines (133 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

217 lines (133 loc) · 13.6 KB

Changelog

0.12.0 (2024-11-18)

Features

  • add header / footer and pagination to pages (23fdc2a)
  • add support to postgrest (00be8a6)
  • allow isAPI global variable to handle 404 errors (b6ef99c)
  • cronjobs + fix database.json.sqlite.sampl (88011f6)
  • Dockerfile is working (6fcbaff)
  • improve controller performances by 50% (84ecc96)
  • improve controller performances by 50% (46fbfb7)
  • improve controller performances by 50% (bc68813)
  • LogError() (3e813ff)
  • PostGrest => remove upsert for now (f73b519)
  • WIP PDFGenerator (4f39d38)

Bug Fixes

  • add controllers requirable (f1f1d13)
  • add header / footer and pagination to pages (e5abe92)
  • add header / footer and pagination to pages (cf328b3)
  • allow POST on / in the CustomRoutes (3a004bf)
  • controller template (8561f98)
  • enhance tables (cefcbf1)
  • HandleSqliteFork (042ce81)
  • pdf => set metrics for Helvetica-Bold (08986f7)
  • PDF: add textCOlor to cells (4dc4667)
  • PDF: custom & default font fixes (a87ba35)
  • PDF: provide a pdf usage sample (43d213d)
  • PDF: provide a pdf usage sample (96368cd)
  • PDF: provide an easy way to update it for lpais (d1af8d6)
  • PDF: put cursor_y after image (1ed1702)
  • remove log file (7ad46be)
  • rename DefineRoutes method (54c714e)
  • restore controller specs (f94a4e5)
  • restore controller specs (cda66fb)
  • restore controller specs (8c54443)
  • test mode (cb67dc3)

0.11.0 (2024-10-07)

Features

  • add PublicPath method (2c9e7f9)
  • add users params to ArangoDB CreateDatabase (92a5eb9)
  • preload views / layouts / partials (c90605a)

Bug Fixes

0.10.0 (2024-10-01)

Features

  • add specs for CustomRoute with POST method (53de711)

Bug Fixes

0.9.0 (2024-09-29)

Features

0.8.0 (2024-09-03)

Features

  • add tailwindcss as local dependency (e91fe52)
  • add tailwindcss as local dependency (f3183ed)

Bug Fixes

  • remove a warning in linter (b593f82)

0.7.0 (2024-07-09)

Features

Bug Fixes

  • improve performance for loading layouts, partials & views (4481931)
  • remove unused controller action (81a56cd)
  • Remove useless routes (debug) (bfa09b9)
  • update documentation (1a6c5d9)

0.6.0 (2024-06-22)

Features

  • add splat support on GET routes (15a7fb7)

Bug Fixes

  • add specs for router + fix router (d6ed140)
  • remove useless code (6625497)
  • small refactor of .init.lua file (cc7aec5)

0.5.0 (2024-05-05)

Features

  • latest redbean version (including UuidV4 method) (c77b862)

Bug Fixes

0.4.0 (2024-04-22)

Features

  • implement sqlite3 support (53c6644)
  • new Uuid() method which is just random (fb9cd1e)
  • Remove Lua UuidV4 because redbean has it natively (29a1908)
  • UuidV4() Lua function (bdfbbab)
  • UuidV4() Lua function (d16201a)

0.3.0 (2024-03-23)

Features

  • docker compose healthy check (bf7770b)

Bug Fixes

0.2.3 (2024-03-14)

Bug Fixes

0.2.2 (2024-03-10)

Bug Fixes

0.2.1 (2024-03-10)

Bug Fixes

0.2.0 (2024-03-10)

Features

  • move routes to the routes.lua files (8a7956e)
  • move routes to the routes.lua files (a847545)

0.1.0 (2024-03-08)

Features

  • add yml github action (e95b7be)
  • add yml github action (ca9df9f)
  • implement conventional commits (23ccb5f)
  • implement conventional commits (c0a5099)
  • implement conventional commits (518f96a)
  • implement conventional commits (1f2a478)
  • implement conventional commits (8eaf40e)
  • implement conventional commits (478efb8)
  • implement conventional commits (05a7de8)
  • update semver (08c679f)