Skip to content

Releases: unrar/rmvc

Release 3.2.1

17 Dec 21:10
Compare
Choose a tag to compare

This release is a bundle of bug fixes. There are no new features added, while some of the features added in v3.2.0 have been perfectioned and some bugs that I hadn't noticed have been fixed.

Changes The /lib directory structure has been changed. The RMVC library has been split in different files, one for each class. This improves readibility since there's no longer one huge file.
Bugfix The new command had a critical bug which created the db directory inside of the app directory, whilst it's supposed to be a subdirectory of the main project directory (/project/db).
Bugfix Minor bug fixes.

Release 3.2.0

21 Sep 12:52
Compare
Choose a tag to compare

New! migrate command (see readme)
New! generate migration command (see readme)
New! Updated new command, now creating a db directory and an app/migrations directory
New! Now dependent on rubygem sqlite3

Bugfix Minor bugs fixed
Improvement More colorized interface.
API New class RMVC::Migration (to be used in migration files)
API New helper RMVC::Helpers.createMigration(migrationName, dbName)

Release 3.0.1

31 Jul 12:00
Compare
Choose a tag to compare

Bugfix No more problems with case with generate.

Release 2.1

25 Jul 16:35
Compare
Choose a tag to compare

New! new command
New! generate command
New! Huge README.
New! Not lots of bugs.