Skip to content

Commit

Permalink
release(1.2.0-rc-3): Refactored Models
Browse files Browse the repository at this point in the history
* feat(associations): Implemented FCC Model Associations
* chore(cleanup): Linting files
* feat(model): FCC Models support multiple primaryKeys, dirty checking and better handling of underscores
* chore(config): Added .editorconfig file
* chore(cleanup): BootstrapEnv
* chore(cleanup): ejsRenderer
* chore(cleanup): getModulePaths
* refactor(model): Moving logic into clever-orm and clever-odm modules
* chore(deps): Updating dependencies
* Merge pull request #104 from CleverStack/1.2.0
  • Loading branch information
pilsy committed Jan 26, 2015
1 parent 7b0eefa commit 144d8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "node-seed",
"description": "Cleverstack Node-Seed",
"version": "1.2.0-rc-2",
"version": "1.2.0-rc-3",
"main": "app.js",
"author": {
"name": "CleverStack",
Expand Down Expand Up @@ -79,4 +79,4 @@
"bundledDependencies": [

]
}
}

0 comments on commit 144d8d5

Please sign in to comment.