Skip to content

Latest commit

 

History

History
386 lines (260 loc) · 28.3 KB

File metadata and controls

386 lines (260 loc) · 28.3 KB

Changelog

0.18.0 (2025-12-03)

Features

  • add arc2bezier to pdfgenerator (0af46ee)
  • add cache for hexToRGB (602704f)
  • add styles & cap to lines (bfed6a6)
  • add styles & cap to lines (5033137)
  • add styles & cap to lines (cc9e8ab)
  • auto calculate image width & heigth (b4b326a)
  • ContentFor & YieldContent (406f561)
  • handle multilines in table cells (30cdef3)
  • improve core (3cd423f)
  • improve live_reload (fd773eb)
  • improve PDF generator speed (28ebded)
  • improve performances for PDF generartion (0c5e74d)
  • improve text width calculation (b17b2f5)
  • live reload (12e1ddf)
  • onError : returns the right status (86d9a86)
  • PDFGenerator : add option.color for drawLine method (374333d)
  • PDFGenerator : add option.color for drawLine method (113b877)
  • PDFGenerator : allow empty header rows (12e5889)
  • PDFGenerator : allow fontWeght options + multilines in cells (70a070e)
  • revert bad indentation in spec (6b19d41)
  • simplify cron files (c0bac84)
  • table can emebed list of text and images (3f442ec)

Bug Fixes

  • "fix" specs :) (e834747)
  • 404 error page + remove useless code in PDF Generator (96b5cc7)
  • assignRoute (6b86ce0)
  • Blocks must be emptied on each requests (6459323)
  • handle empty headers (5912ea6)
  • less warnings in code (f6a3dbb)
  • optimize get_jpeg_dimensions method (0f07dae)
  • PDF Generator double table header when first line do not have enough room (d82784d)
  • remove unused code (d18c3d1)
  • restore vertical alignement (b9d536a)
  • Routes definition (a48c29a)
  • small improvement on PDF Generate method (be02ce3)
  • transform tabs in spaces (0b86079)
  • YieldContent issue when no data (8cdb31e)

0.17.0 (2025-09-07)

Features

  • allow variants depending on user agent (f94362e)
  • improve performances on production + add basic support for svg content in PDF (59d0179)
  • move db drivers in db folder (9e749ff)
  • no need a DB to start the server (e626f44)
  • pdf allow table row vertical_alignement (03a4da6)
  • PDF Draw Bar Chart method (5602958)
  • pdf generator support SVG path (90c3a1f)
  • pgrest_model WIP (85174b9)

Bug Fixes

  • docker compose bad yaml definition (6fedad9)
  • Fix PGRest & Redis (8e4e272)
  • improve logger and use Params instead of creating a new global variable (c7546d8)
  • improve pdf sample and add charts (a71a570)
  • indentation (e6ea708)
  • remove apple stuff in pdf demo content (3fab786)
  • use better variable name for global use (207ecff)
  • WIP try to fix redis issue when benchmarking (ae328a0)

0.16.0 (2025-07-19)

Features

Bug Fixes

  • add a picture in pdf sample (ba50285)
  • add default font (898b9ae)
  • add default font (5cf4ab7)
  • add metrics json files for demo purpose and remove unsused code (4f4ace3)
  • aql_pages (3bb0fda)
  • new route for pdf demo (a4560db)
  • pdf generator with custom fonts (ee26c16)
  • production controller returning value (0f8b138)
  • restore gen_metrics.js (3d8be4c)
  • run app in githib action in production mode (87317ec)

0.15.0 (2025-06-25)

Features

Bug Fixes

0.14.0 (2025-06-04)

Features

  • add arangodb Javascript transactions (16040d1)
  • arango_model (9b43ff4)
  • arango_model (998ee9e)
  • arangodb driver clean code (f123b18)
  • arangodb driver clean code (df1cf96)
  • arangodb driver use a class now (2983333)
  • arangodb driver use a class now (9645926)
  • arangodb User Defined Functions (9b90072)
  • arangodb User Defined Functions (62e2e4c)
  • transform all db drivers to a proper class (7bfffbe)
  • transform all db drivers to a proper class (43504b7)
  • update welcome page (1943a68)

Bug Fixes

  • arangodb lua files (a088cbd)
  • docker compose file & democron syntax issue (8a75cfb)
  • update dockerfile (68e54f4)
  • update templates for new arangodb driver (c96c449)
  • update the cronjob sample (6143958)
  • welcome controller sample (fd062c9)

0.13.0 (2025-04-13)

Features

  • add 2 ne widgets (a5de2a5)
  • add crate db support (b7b8296)
  • add migrations files WIP (7f8a018)
  • aql pages (580caef)
  • update postgrest connector (44bd096)
  • update widgets and add caption to table (df05ed1)
  • update widgets and add caption to table (c09286c)

Bug Fixes

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)