Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

v0.1.0

Choose a tag to compare

@Upd4ting Upd4ting released this 10 Nov 18:12
· 29 commits to main since this release

compare changes

🚀 Enhancements

  • Added tableClass and tableName in data api meta (cc9faf1)
  • Add assertion for pluckMode in DefaultRoutes (ddf68ff)
  • Changelog generation is now using changelogen (#7)
  • Trigger 'insert' & 'update' table modifier events (67c4944)
  • Foreign keys under MongoDB (#9)
  • Database-decorators modifiers support (#10)
  • Support modifiers on foreign keys (#11)

🩹 Fixes

  • Prettier inconsistency (d3c338e)
  • Inherit tableClass and tableName (67b9144)
  • Unlock correct object in list (c217f6d)

💅 Refactors

  • Use correct path mappings for playground interfaces (#2)
  • Remove .antelope from git (#3)

📖 Documentation

  • Update license section in README.md (46d8e99)
  • Enhance README.md with interfaces section (#1)
  • Improved shields (#4)

📦 Build

  • Update prepare command (51e0b96)
  • Command 'build' that remove previous one before building (#6)
  • Update changelog config (bdae09f)

🏡 Chore

  • Update TableHolder and DataController types (c7121b5)
  • Typing (121286b)
  • Update tsconfig.json paths (e1f6eac)

✅ Tests

  • Unit testing initial commit (#5)

🤖 CI

  • Add GitHub Workflow to validate interface export (#8)

❤️ Contributors