Skip to content

Releases: WebFiori/framework

v3.0.0-Beta.25

04 Feb 15:39
97370fe
Compare
Choose a tag to compare
v3.0.0-Beta.25 Pre-release
Pre-release

3.0.0-Beta.25 (2025-02-04)

Miscellaneous Chores

v3.0.0-Beta.24

29 Jan 13:24
a79e0c8
Compare
Choose a tag to compare
v3.0.0-Beta.24 Pre-release
Pre-release

3.0.0-Beta.24 (2025-01-29)

Bug Fixes

  • Show Exception on Initialization (2341841)

Miscellaneous Chores

v3.0.0-Beta.23

07 Jan 08:51
bd6500f
Compare
Choose a tag to compare
v3.0.0-Beta.23 Pre-release
Pre-release

3.0.0-Beta.23 (2025-01-07)

Features

  • Added a Method to Load Multiple Files (89d0363)
  • Added a Way to Handle Configuration Errors (76f1539)
  • Added Ability to Enable or Disable Cache (434fd72)
  • Added Additional Logging Methods to Tasks Manager (afc9b46)
  • Added More Abstraction to Cache Feature (f51b7b9)
  • Added Support for Loading Non-PSR-4 Compliant Classes (a9772b4)
  • Added Support for Setting Env Vars Using putenv() (2895d6f)
  • Added Support for Writing Unit Test Classes for APIs (baefa85)
  • autoloader: Added a Method to Check Validity of Namespace (e749a3a)
  • Automation of Writing Unit Test Cases for APIs (5bab349)
  • Caching (Initial Prototype) (4a063f3)
  • Routes Caching (bbbacff)

Bug Fixes

  • Add Missing Returns (9dcd9bf)
  • Added Check for Empty File Path (b046fdf)
  • Added Handling Code for Session Serialization Errors (a2c7955)
  • Added Missing Namespace (069364a)
  • autoload: Add File Name an NS (eb4d5b9)
  • autoload: Check NS with Path (a3d4c6e)
  • Buffer Theme Components as They Might be HTML (d803352)
  • cli: Rename of Class CommandArgument to Argument (7f67a0f)
  • config: Fix to JSON Configuration Style (4dda36c)
  • Correction to File Path (df3eacf)
  • Fix Assignment Issue (34a522f)
  • Fix to RunSQLQueryCommand (87dc2e3)
  • Fix to a Bug in Creating Test Case (0e4b8e5)
  • Fix to Bug in Loading Themes (ce67490)
  • Fix to Create CLI Command (82c7a88)
  • Fix to Initial Namespace (6e0e08a)
  • Fix to Line Numbers in Exception Logging (781a233)
  • Fix to Reading Extra Connection Props (a6c5b92)
  • Fix to Registering Middleware (6cc7ce1)
  • Fix to Running SQL Query from File (0c8bb61)
  • Fix to Setting Middleware Name (3a02a60)
  • Fix to Undefined Constant (d605a5b)
  • Fix to Uninitialized Variable (905c3c7)
  • Made init Static (e04233a)
  • Remove Unused Import (ed43960)
  • themes: Fix to Problems in Loading Theme (7a331ff)
  • ui: Fix to Bug In Web Page Initialization (8645c2a)
  • ui: Fix to Load Language After Page Initialization (38b0843)

Miscellaneous Chores

  • Added Documentation (697155f)
  • Added Please Release Manifest and Config (25970da)
  • Added Release Please Config & Manifest (3b6273c)
  • Added Release Please to Workflow (6da66a3)
  • Change Target Branch for Release Please (452b9ff)
  • Cleanup (0d5f798)
  • Code Quality Improvements (80c7853)
  • Code Quality Improvments (f8e9ed9)
  • Configuration for Please Release (33caa13)
  • dev: release 3.0.0-Beta.14 (60aa746)
  • dev: release 3.0.0-Beta.14 (8c3dd76)
  • dev: release 3.0.0-Beta.17 (a3e5983)
  • dev: release 3.0.0-Beta.18 (a994097)
  • dev: release 3.0.0-Beta.19 (e917eb5)
  • dev: release 3.0.0-Beta.19 (5497825)
  • dev: release 3.0.0-Beta.20 (7afdb92)
  • dev: release 3.0.0-Beta.21 (eef1270)
  • dev: release 3.0.0-Beta.22 (0e428f0)
  • dev: release 3.1.0-Beta.14 (ba5a5e3)
  • Fix Imports (7386f92)
  • Fix target Branch (a419a3e)
  • Libraries Bump Up (d79a44a)
  • release 3.0.0-Beta.14 (872a0ec)
  • release 3.0.0-Beta.20 (ddcf6b0)
  • release 3.0.0-Beta.20 (c4fc053)
  • release 3.0.0-Beta.20 (6e72830)
  • release v3.0.0-Beta.17 (3c0c639)
  • release v3.0.0-Beta.18 (5a588eb)
  • release v3.0.0-Beta.19 (e8d5314)
  • release v3.0.0-Beta.20 (630f512)
  • release v3.0.0-Beta.21 (56f0bdc)
  • release v3.0.0-Beta.22 (4271914)
  • release v3.0.0-Beta.23 (3f74229)
  • release-please: A...
Read more

v3.0.0-Beta.22

24 Dec 20:31
711a1ca
Compare
Choose a tag to compare
v3.0.0-Beta.22 Pre-release
Pre-release

3.0.0-Beta.22 (2024-12-24)

Features

  • Added a Method to Load Multiple Files (89d0363)
  • Added a Way to Handle Configuration Errors (76f1539)
  • Added Ability to Enable or Disable Cache (434fd72)
  • Added Additional Logging Methods to Tasks Manager (afc9b46)
  • Added More Abstraction to Cache Feature (f51b7b9)
  • Added Support for Loading Non-PSR-4 Compliant Classes (a9772b4)
  • Added Support for Setting Env Vars Using putenv() (2895d6f)
  • Added Support for Writing Unit Test Classes for APIs (baefa85)
  • autoloader: Added a Method to Check Validity of Namespace (e749a3a)
  • Automation of Writing Unit Test Cases for APIs (5bab349)
  • Caching (Initial Prototype) (4a063f3)
  • Routes Caching (bbbacff)

Bug Fixes

  • Add Missing Returns (9dcd9bf)
  • Added Check for Empty File Path (b046fdf)
  • Added Handling Code for Session Serialization Errors (a2c7955)
  • Added Missing Namespace (069364a)
  • autoload: Add File Name an NS (eb4d5b9)
  • autoload: Check NS with Path (a3d4c6e)
  • cli: Rename of Class CommandArgument to Argument (7f67a0f)
  • config: Fix to JSON Configuration Style (4dda36c)
  • Correction to File Path (df3eacf)
  • Fix Assignment Issue (34a522f)
  • Fix to RunSQLQueryCommand (87dc2e3)
  • Fix to a Bug in Creating Test Case (0e4b8e5)
  • Fix to Bug in Loading Themes (ce67490)
  • Fix to Create CLI Command (82c7a88)
  • Fix to Initial Namespace (6e0e08a)
  • Fix to Line Numbers in Exception Logging (781a233)
  • Fix to Reading Extra Connection Props (a6c5b92)
  • Fix to Registering Middleware (6cc7ce1)
  • Fix to Running SQL Query from File (0c8bb61)
  • Fix to Setting Middleware Name (3a02a60)
  • Fix to Undefined Constant (d605a5b)
  • Fix to Uninitialized Variable (905c3c7)
  • Made init Static (e04233a)
  • Remove Unused Import (ed43960)
  • themes: Fix to Problems in Loading Theme (7a331ff)
  • ui: Fix to Bug In Web Page Initialization (8645c2a)
  • ui: Fix to Load Language After Page Initialization (38b0843)

Miscellaneous Chores

Read more

v3.0.0-Beta.21

24 Dec 14:07
740bc0f
Compare
Choose a tag to compare
v3.0.0-Beta.21 Pre-release
Pre-release

3.0.0-Beta.21 (2024-12-24)

Features

  • Added a Method to Load Multiple Files (89d0363)
  • Added a Way to Handle Configuration Errors (76f1539)
  • Added Ability to Enable or Disable Cache (434fd72)
  • Added Additional Logging Methods to Tasks Manager (afc9b46)
  • Added More Abstraction to Cache Feature (f51b7b9)
  • Added Support for Loading Non-PSR-4 Compliant Classes (a9772b4)
  • Added Support for Setting Env Vars Using putenv() (2895d6f)
  • Added Support for Writing Unit Test Classes for APIs (baefa85)
  • autoloader: Added a Method to Check Validity of Namespace (e749a3a)
  • Automation of Writing Unit Test Cases for APIs (5bab349)
  • Caching (Initial Prototype) (4a063f3)
  • Routes Caching (bbbacff)

Bug Fixes

  • Add Missing Returns (9dcd9bf)
  • Added Check for Empty File Path (b046fdf)
  • Added Handling Code for Session Serialization Errors (a2c7955)
  • Added Missing Namespace (069364a)
  • autoload: Add File Name an NS (eb4d5b9)
  • autoload: Check NS with Path (a3d4c6e)
  • cli: Rename of Class CommandArgument to Argument (7f67a0f)
  • config: Fix to JSON Configuration Style (4dda36c)
  • Correction to File Path (df3eacf)
  • Fix Assignment Issue (34a522f)
  • Fix to RunSQLQueryCommand (87dc2e3)
  • Fix to a Bug in Creating Test Case (0e4b8e5)
  • Fix to Bug in Loading Themes (ce67490)
  • Fix to Create CLI Command (82c7a88)
  • Fix to Initial Namespace (6e0e08a)
  • Fix to Line Numbers in Exception Logging (781a233)
  • Fix to Reading Extra Connection Props (a6c5b92)
  • Fix to Registering Middleware (6cc7ce1)
  • Fix to Running SQL Query from File (0c8bb61)
  • Fix to Setting Middleware Name (3a02a60)
  • Fix to Undefined Constant (d605a5b)
  • Fix to Uninitialized Variable (905c3c7)
  • Made init Static (e04233a)
  • Remove Unused Import (ed43960)
  • themes: Fix to Problems in Loading Theme (7a331ff)
  • ui: Fix to Bug In Web Page Initialization (8645c2a)
  • ui: Fix to Load Language After Page Initialization (38b0843)

Miscellaneous Chores

Read more

v3.0.0-Beta.20

16 Dec 12:24
c7964a6
Compare
Choose a tag to compare
v3.0.0-Beta.20 Pre-release
Pre-release

What's Changed

  • chore(dev): release 3.0.0-Beta.20 by @github-actions in #254

Full Changelog: v3.0.0-Beta.19...v3.0.0-Beta.20

v3.0.0-Beta.19

09 Dec 14:59
262be08
Compare
Choose a tag to compare
v3.0.0-Beta.19 Pre-release
Pre-release

3.0.0-Beta.19 (2024-12-09)

Features

  • Added a Method to Load Multiple Files (89d0363)
  • Added a Way to Handle Configuration Errors (76f1539)
  • Added Ability to Enable or Disable Cache (434fd72)
  • Added Additional Logging Methods to Tasks Manager (afc9b46)
  • Added More Abstraction to Cache Feature (f51b7b9)
  • Added Support for Loading Non-PSR-4 Compliant Classes (a9772b4)
  • Added Support for Setting Env Vars Using putenv() (2895d6f)
  • Added Support for Writing Unit Test Classes for APIs (baefa85)
  • autoloader: Added a Method to Check Validity of Namespace (e749a3a)
  • Automation of Writing Unit Test Cases for APIs (5bab349)
  • Caching (Initial Prototype) (4a063f3)
  • Routes Caching (bbbacff)

Bug Fixes

  • Add Missing Returns (9dcd9bf)
  • Added Check for Empty File Path (b046fdf)
  • Added Handling Code for Session Serialization Errors (a2c7955)
  • Added Missing Namespace (069364a)
  • autoload: Add File Name an NS (eb4d5b9)
  • autoload: Check NS with Path (a3d4c6e)
  • cli: Rename of Class CommandArgument to Argument (7f67a0f)
  • config: Fix to JSON Configuration Style (4dda36c)
  • Correction to File Path (df3eacf)
  • Fix Assignment Issue (34a522f)
  • Fix to RunSQLQueryCommand (87dc2e3)
  • Fix to a Bug in Creating Test Case (0e4b8e5)
  • Fix to Bug in Loading Themes (ce67490)
  • Fix to Create CLI Command (82c7a88)
  • Fix to Initial Namespace (6e0e08a)
  • Fix to Line Numbers in Exception Logging (781a233)
  • Fix to Reading Extra Connection Props (a6c5b92)
  • Fix to Registering Middleware (6cc7ce1)
  • Fix to Running SQL Query from File (0c8bb61)
  • Fix to Setting Middleware Name (3a02a60)
  • Fix to Undefined Constant (d605a5b)
  • Fix to Uninitialized Variable (905c3c7)
  • Made init Static (e04233a)
  • Remove Unused Import (ed43960)
  • themes: Fix to Problems in Loading Theme (7a331ff)
  • ui: Fix to Bug In Web Page Initialization (8645c2a)
  • ui: Fix to Load Language After Page Initialization (38b0843)

Miscellaneous Chores

Read more

v3.0.0-Beta.18

04 Dec 12:06
8ba7eb4
Compare
Choose a tag to compare
v3.0.0-Beta.18 Pre-release
Pre-release

3.0.0-Beta.18 (2024-12-04)

Bug Fixes

  • Correction to File Path (df3eacf)
  • Fix to Undefined Constant (d605a5b)

Miscellaneous Chores

  • release v3.0.0-Beta.18 (5a588eb)
  • Updated Framework Version (783f4be)
  • Updated Release Please Config (1a8b4e5)

v3.0.0-Beta.17

03 Dec 22:20
0f6e4ae
Compare
Choose a tag to compare
v3.0.0-Beta.17 Pre-release
Pre-release

3.0.0-Beta.17 (2024-12-03)

Features

  • Added a Method to Load Multiple Files (89d0363)
  • Added a Way to Handle Configuration Errors (76f1539)
  • Added Ability to Enable or Disable Cache (434fd72)
  • Added Additional Logging Methods to Tasks Manager (afc9b46)
  • Added More Abstraction to Cache Feature (f51b7b9)
  • Added Support for Loading Non-PSR-4 Compliant Classes (a9772b4)
  • Added Support for Setting Env Vars Using putenv() (2895d6f)
  • Added Support for Writing Unit Test Classes for APIs (baefa85)
  • autoloader: Added a Method to Check Validity of Namespace (e749a3a)
  • Automation of Writing Unit Test Cases for APIs (5bab349)
  • Caching (Initial Prototype) (4a063f3)
  • Routes Caching (bbbacff)

Bug Fixes

  • Add Missing Returns (9dcd9bf)
  • Added Check for Empty File Path (b046fdf)
  • Added Handling Code for Session Serialization Errors (a2c7955)
  • Added Missing Namespace (069364a)
  • autoload: Add File Name an NS (eb4d5b9)
  • autoload: Check NS with Path (a3d4c6e)
  • cli: Rename of Class CommandArgument to Argument (7f67a0f)
  • config: Fix to JSON Configuration Style (4dda36c)
  • Fix to RunSQLQueryCommand (87dc2e3)
  • Fix to a Bug in Creating Test Case (0e4b8e5)
  • Fix to Bug in Loading Themes (ce67490)
  • Fix to Create CLI Command (82c7a88)
  • Fix to Initial Namespace (6e0e08a)
  • Fix to Line Numbers in Exception Logging (781a233)
  • Fix to Reading Extra Connection Props (a6c5b92)
  • Fix to Running SQL Query from File (0c8bb61)
  • Fix to Setting Middleware Name (3a02a60)
  • Fix to Uninitialized Variable (905c3c7)
  • Made init Static (e04233a)
  • Remove Unused Import (ed43960)
  • themes: Fix to Problems in Loading Theme (7a331ff)
  • ui: Fix to Bug In Web Page Initialization (8645c2a)
  • ui: Fix to Load Language After Page Initialization (38b0843)

Miscellaneous Chores

Read more

v3.0.0-Beta.16

01 Dec 03:52
f845a57
Compare
Choose a tag to compare
v3.0.0-Beta.16 Pre-release
Pre-release