Skip to content

Releases: AmpersandTarski/prototype

v2.0.0-alpha.4 (25 dec 2024)

25 Dec 09:05
0f0dbd7
Compare
Choose a tag to compare
Pre-release
  • Dispatch resource events for PUT, PATCH, POST and DELETE actions

v2.0.0-alpha.3 (3 dec 2024)

03 Dec 12:05
3fe5ff4
Compare
Choose a tag to compare
Pre-release
  • Issue 210 Bugfix using TableType enum for method to empty a relation population
  • Bugfixes for using Flysystem v3

v1.18.1 (28 november 2024)

28 Nov 16:51
f7f0282
Compare
Choose a tag to compare
  • Issue 210 Bugfix using TableType enum for method to empty a relation population

v2.0.0-alpha.2 (16 nov 2024)

16 Nov 14:06
56b7d6d
Compare
Choose a tag to compare
Pre-release

Update Flysystem library to v3

v2.0.0-alpha.1 (1 nov 2024)

01 Nov 13:13
9306d23
Compare
Choose a tag to compare
Pre-release
Merge pull request #190 from Friendly-Pixel/upgrade_php_deps

Upgrade php deps

v1.18.0 (27 april 2024)

27 Apr 15:01
30e7f9b
Compare
Choose a tag to compare
  • Issue 79 Add support for delimited multi value columns in excel importer
  • Issue 115 Bugfix name ConceptNotDefinedException to match class filename
  • Issue 165 Only show warning 'Generated model is changed...'on startup of browser app
  • Catch FileNotFoundException and log warning when corresponding file of deleted FileObject is not found on filesystem
  • Skip tracking affected relations and concepts for RELATION lastAccess[SESSION*DateTime]
  • Add codebase of new developed frontend. Not integrated in building image yet.

v1.17.0 (24 may 2023)

24 May 08:08
fc9259a
Compare
Choose a tag to compare
  • Issue 91 Display errors/exceptions in the frontend that occur before the API ExceptionHandler is initialized. E.g. database connection failure
  • Issue 97 Fix issue with Excel importer date value 0. Improve error message with cell location
  • Issue 100 Add admin API to cleanup metapopulation (i.e. removing interfaces that don't exists anymore)
  • Add workflow to automatically trigger documentation update for our landingpage

v1.16.0 (27 july 2022)

27 Jul 19:34
Compare
Choose a tag to compare
  • Issue 92 Bugfix issue with exec-engine function to merge atoms that not exist (anymore)
  • Update to Ampersand compiler v4.7.z

v1.15.1 (5 may 2022)

05 May 14:05
Compare
Choose a tag to compare
  • Bugfix default values for new atom

v1.15.0 (9 apr 2022)

09 Apr 20:04
Compare
Choose a tag to compare
  • Issue 90 Bugfix php warning when logging non-string setting value
  • Backward incompatible changes
    • Remove Ampersand specific RotatingFileHandler for logger. Logs are written to stderr and stdout by default. Projects can add their own handlers
    • Config 'global.dataPath' must now be an absolute path. Method Settings::getDataDirectory() now returns trailing directory separator
  • Bugfix undefined parts (settings and/or extensions) of a settings.yaml file
  • Add env variable AMPERSAND_DATA_DIR to set global.dataPath config