Skip to content

Releases: solisoft/luaonbeans

v0.12.0

19 Nov 07:06
ce594ef
Compare
Choose a tag to compare

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)

v0.11.0

14 Oct 16:34
efa9950
Compare
Choose a tag to compare

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

v0.10.0

01 Oct 13:54
64dcfe9
Compare
Choose a tag to compare

0.10.0 (2024-10-01)

Features

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

Bug Fixes

v0.9.0

29 Sep 16:10
9af6deb
Compare
Choose a tag to compare

0.9.0 (2024-09-29)

Features

v0.8.0

17 Sep 14:07
009cd3d
Compare
Choose a tag to compare

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)

v0.7.0

16 Jul 16:51
ae5a4fc
Compare
Choose a tag to compare

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)

v0.6.0

22 Jun 13:21
bcb2e8e
Compare
Choose a tag to compare

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)

v0.5.0

12 Jun 06:31
ebf769c
Compare
Choose a tag to compare

0.5.0 (2024-05-05)

Features

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

Bug Fixes

v0.4.0

22 Apr 17:19
cd3eea7
Compare
Choose a tag to compare

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)

v0.3.0

23 Mar 16:15
d5fe940
Compare
Choose a tag to compare

0.3.0 (2024-03-23)

Features

  • docker compose healthy check (bf7770b)

Bug Fixes