不要怂,就是干,撸起袖子干!

changelog.md 546 Bytes

v0.1.0

  • first stable version
  • implemented all basic functions
  • associations are working

v0.2.0

  • added methods for setting associations
  • added method for chaining an arbitraty amount of queries

0.2.1

  • fixed date bug

0.2.2

  • released project as npm package

0.2.3

  • added latest mysql connection library
    • fixed id handling on save
    • fixed text handling (varchar > 255; text)
  • using the inflection library for naming tables more convenient
  • Sequelize.TEXT is now using MySQL datatype TEXT instead of varchar(4000)