Skip to content

Releases: 0to1a/gofarm

v1.1.2-alpha

07 Oct 23:36
3cddfdb
Compare
Choose a tag to compare

Features for this version:

  1. Redesign folder structure to modular concept
  2. Refactor unused function
  3. Refactor function call with struct
  4. Add unit testing to coverage framework-core
  5. Support embed migration database
  6. Cron management for every modules

v1.0.3-alpha

09 Dec 23:25
Compare
Choose a tag to compare

Features for this version:

  • Remove depending cycle on Database
  • Built-in redis compression system (recommendation by RedisInsight)

v1.0.2-alpha

23 Nov 23:54
Compare
Choose a tag to compare

Features for this version:

  1. Daily log supported
  2. Error & info log for monitoring

v1.0.1-alpha

23 Oct 05:59
Compare
Choose a tag to compare
v1.0.1-alpha Pre-release
Pre-release

Features for this version:

  1. Redis support
  2. Built-in cronjob management system
  3. Revamp communication webserver protocol
  4. In-web cache management system

v1.0.0-alpha

21 Oct 12:32
a6c4329
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

Features for this version:

  1. Mysql connection
  2. JSON configuration file
  3. Migration database system
  4. Folder structure and initialize repository
  5. SQL Query builder system
  6. Webserver communication
  7. Simple authentication with JWT