Skip to content

Releases: apioo/fusio

v0.6.0

01 Jan 20:23
Compare
Choose a tag to compare
  • Use chartjs 2.0
  • Use psx 3.0 components
  • Moved backend app to fusio/ folder to use less potential API paths

v0.5.0

17 Nov 21:54
Compare
Choose a tag to compare
  • Added v8 processor action
  • Cleaned up engine
  • Removed database panel
  • Added swagger import

v0.4.1

02 Nov 10:04
Compare
Choose a tag to compare
  • Added rate limit
  • Improved and extended console commands
  • Improved backend app
  • Added test cases

v0.4.0

09 Oct 11:43
Compare
Choose a tag to compare
  • Moved logic to the fusio engine and extracted action and connection implementation
  • Improved backend ui use Robot font

v0.3.5

18 Sep 08:48
Compare
Choose a tag to compare
  • Renamed consumer app to developer and improved the app
  • Added SQL table action
  • Option to provide the request method when testing an action

v0.3.4

25 Aug 17:39
Compare
Choose a tag to compare
  • Streamlined backend ui
  • Improved route lookup speed
  • Backend add global loading animation
  • Fixed detail and schema import/export command
  • Added dialog to test an action
  • Database ui add auto increment option
  • Add repeat password question to adduser command

v0.3.3

30 Jul 22:21
Compare
Choose a tag to compare
  • Added TryCatch action
  • SQL-Connection set utf8 charset and disable emulated prepared statements for
    mysql
  • Added more template filters
  • Added user object to context at the condition action
  • Improve SQL-Builder action
  • Add an option to provide examples for each API endpoint to the documentation
  • Unified url configuration for the backend, consumer and documentation app
  • Add overview doc
  • Add config help

v0.3.2

23 Jul 17:03
Compare
Choose a tag to compare
  • Fix route deployment to live

v0.3.1

22 Jul 22:02
Compare
Choose a tag to compare
  • Consumer add documentation link
  • Fix consumer navigation

v0.3.0

20 Jul 11:05
Compare
Choose a tag to compare
  • Rewrote consumer implementation moved from jQuery to AngularJS
  • Add backend database panel to create and edit database schemas
  • Moved route configuration into a seperate table and add deploy mechanism which
    copies all route configurations if the API status is set to production
  • Add backend configuration
  • Add sqlbuilder action to build a response based on multiple SQL queries
  • Improved docs
  • Add user to context
  • Upgrade backend app to angular 1.5, angular-ui 1.2 and bootstrap 3.3
  • Add parameters field to app
  • Upgrade PSX to 2.0