Tidy up package.json for LoopBack 1.0.0 (Raymond Feng)
Update license file (Raymond Feng)
Fix the conflicts between MongoDB _id & juggler's internal prefix (Raymond Feng)
Set default value (Raymond Feng)
Fix the property population for schemaless models (Raymond Feng)
Adjust the lines to fit into width of 80 (Raymond Feng)
Check the existence of id (Raymond Feng)
Allows custom name of the id property for the memory connector (Raymond Feng)
Mark id arguments to be required (Raymond Feng)
Update titles (Raymond Feng)
Clean up the test case based on PR reviews (Raymond Feng)
Set strict to false by default for non-relational data sources (Raymond Feng)
Disable remoting for reload (Raymond Feng)
Add descriptions for remote method paramters (Raymond Feng)
Fix the remote method descriptions (Raymond Feng)
Update guides (Raymond Feng)
Track the greatest id to prevent records from being overriden (Raymond Feng)
Update descriptions to use data source (Raymond Feng)
Refactor the shared method declaration and add descriptions (Raymond Feng)
Update docs (Raymond Feng)
Update header levels (Raymond Feng)
Fix the message (Raymond Feng)
Update LDL guide (Raymond Feng)
Fix the test description (Raymond Feng)
Use DEBUG or NODE_DEBUG env to override the debug flag (Raymond Feng)
Fix the where option for delete (Raymond Feng)
Update the remote methods (Raymond Feng)
Update ldl.md (Raymond Feng)
Start to add LDL guide (Raymond Feng)
Remove the deletion of property type as the instane is shared by the base model class (Raymond Feng)
Remove the semicov dependency as now we use blanket (Raymond Feng)
Add LICENSE (Raymond Feng)
Fix the id references to allow custom name other than 'id' (Raymond Feng)
Add missing declaration (Raymond Feng)
Update jsdocs (Raymond Feng)
Added blanket.js for code coverage (cgole)
Refactor the docs into one (Raymond Feng)
Add docs.json and jsdocs (Raymond Feng)
Add an optional models argument to automigrate/autoupdate (Raymond Feng)
Refactor introspection to ModelBuilder (Raymond Feng)
Rename 'loopback-data' to 'loopback-datasource-juggler' (Raymond Feng)
Allows connector property to be a string (Raymond Feng)
Add a diagram (Raymond Feng)
Add required validation (Ritchie Martori)
Add a schemaless example (Raymond Feng)
Bring up json object introspection to build models (Raymond Feng)
Fix the constructor (Raymond Feng)
Add precision/scale for sync discovery (Raymond Feng)
Add precision/scale (Raymond Feng)
Remove validations (Ritchie)
Remove old model documentation (Ritchie)
Fix typo (Ritchie)
Removed hooks documentation (Ritchie)
Refactor types out (Raymond Feng)
Rename the test case (Raymond Feng)
Fix the ref to dataSource (Raymond Feng)
Allows non-strict mode to accept unknown properties (Raymond Feng)
Fix id references (Raymond Feng)
Add root true to remote methods (Ritchie)
Update docs for loopback-data (Raymond Feng)
Rename adapters to connectors (Raymond Feng)
Set up connector from the data source (Raymond Feng)
Rename dataSource() to avoid conflicts with the property (Raymond Feng)
Fix schema references (Raymond Feng)
Set up connector/adapter when postInit is not called (Raymond Feng)
More renames: schema -> dataSource, adapter -> connector (Raymond Feng)
Clean up docs (Raymond Feng)
Update README (Raymond Feng)
ADL --> LDL (Raymond Feng)
Add the id arg (Raymond Feng)
Add static deleteById (Raymond Feng)
Fix the model prop lookup (Raymond Feng)
Allow queries to filter fields (Ritchie Martori)
Add filter.fields support to dao and memory connector (Ritchie Martori)
README updates (Ritchie Martori)
Rename jugglingdb to loopback-data (Raymond Feng)
README.md renames (Ritchie Martori)
Remove updateAttribute as remote method (Ritchie Martori)
Fix inherit bug (Ritchie Martori)
Fix extend by using util.inherits (Ritchie Martori)
Fix typos (Raymond Feng)
Only flatten array/object for relational DBs (Raymond Feng)
Add support for nesting objects with an array (Raymond Feng)
Add plain string array (Raymond Feng)
Fix the array data population (Raymond Feng)
Add http mapping for create/updateAttributes methods (Raymond Feng)
Fix the ref to getSchemaType (Raymond Feng)
Add support for nesting schema (Raymond Feng)
Add Object type (Raymond Feng)
Add support to use adapter constructor for initialization (Raymond Feng)
Change default create method from save to create for remoting (Ritchie Martori)
Add event emitter methods to models. (Ritchie Martori)
Add support for extending models (Ritchie Martori)
Revert adapter serialization. Remove geo point distance indicator. (Ritchie Martori)
Add properties to ModelClass during definition (Ritchie Martori)
Fix global leak and incorrect var (Ritchie)
Add alias to destroy/destroyAll (Raymond Feng)
Alias destroy/destroyAll (Raymond Feng)
Add in memory geo filtering. (Ritchie Martori)
Move geo filter creation into reusable module. (Ritchie Martori)
Rename long to lng (Ritchie Martori)
Add geo filtering for memory adapter (Ritchie Martori)
model.find => model.findById, model.all => model.find (Ritchie Martori)
Fix incorrect variable name in updateAttributes (Ritchie Martori)
Fix memory adapter updateAttributes issue. (Ritchie Martori)
Fix the schema building (Raymond Feng)
Normalize the schema definition (Raymond Feng)
Update the discover apis to take options (Raymond Feng)
Removed a stray log. (Michael Schoonmaker)
Move the _operations={} up (Raymond Feng)
Work around the JDB test coverage tool limitation. See https://github.com/1602/semicov (Raymond Feng)
Pass in the options (Raymond Feng)
Support string types when defining properties (Ritchie)
Rename discoverModels to discoverModelDefinitions (Ritchie)
Handle separate settings and adapter objects (Ritchie)
Remove console log (Ritchie)
Fix missing settings (Ritchie)
Fix missing connector alias (Ritchie)
Fixed memory adapter filtering + asteroid compatibility upddates (Ritchie Martori)
Update inflection (Raymond Feng)
Make sure options is present (Raymond Feng)
Fix remoteEnabled bug (Ritchie)
Revert "Asteroid 0.7 updates" (Ritchie Martori)
Asteroid 0.7 updates (Ritchie Martori)
Adjust the mixins (Raymond Feng)
Allow dao.find() and exists() to take any type for id (Ritchie Martori)
Fix the receiver (Raymond Feng)
Add discoverExportedForeignKeys (Raymond Feng)
Add sync versions of discovery (Raymond Feng)
Avoid duplicate connecting (Raymond Feng)
Improve connect/disconnect (Raymond Feng)
Add plural name to models (Ritchie)
Update buildModels and support associations via foreign keys (Raymond Feng)
Add support to discover related schemas by foreign keys (Raymond Feng)
Add more debugging info (Raymond Feng)
Enhance support for composite keys (Raymond Feng)
Update column type info (Raymond Feng)
Fix mixin (Raymond Feng)
Add options including default (Raymond Feng)
Add test cases for loading json doc (Raymond Feng)
Adding more tests (Raymond Feng)
Refactor more functions into mixins (Raymond Feng)
Update remoting signatures for dao. (Ritchie Martori)
Add pluralized name to model and remoting method signatures (Ritchie)
Add docs (Raymond Feng)
Rename adl to be ModelBuilder (Raymond Feng)
Add more methods to map column/property names (Raymond Feng)
Add data source attach example (Ritchie)
Add ability to attach data source to an existing model (Ritchie)
Fix the mapping (Raymond Feng)
Fix the column mapping (Raymond Feng)
Fix the id column name (Raymond Feng)
Start to add discoverSchema and name mapping (Raymond Feng)
Fix the capitalize (Raymond Feng)
Transform the names (Raymond Feng)
Add discoverSchema (Raymond Feng)
Fix the delegation for discover (Raymond Feng)
Fix the discover methods (Raymond Feng)
Bring up the schema loading from json docs (Raymond Feng)
Remove schema.js (Raymond Feng)
Fix the on-demand connection (Raymond Feng)
Fix the datasource.define (Raymond Feng)
Start to refactor ADL and DataSource (Raymond Feng)
0.2.0-33 (Anatoliy Chakkaev)
Fail uniqueness check in case of db error (Anatoliy Chakkaev)
Refactor the CRUD operations to DataAccessObject (Raymond Feng)
Fix the discover keys (Raymond Feng)
Add discover primary/foreign keys (Raymond Feng)
Safer include (Anatoliy Chakkaev)
Fix Problem with DataType Text, closes #278 (Anatoliy Chakkaev)
0.2.0-32 (Anatoliy Chakkaev)
Temp. disable test for validation (Anatoliy Chakkaev)
Add context info to validation error (Anatoliy Chakkaev)
Only save schema props (Anatoliy Chakkaev)
0.2.0-31 (Anatoliy Chakkaev)
Fix tick (Anatoliy Chakkaev)
Safe connect call (Anatoliy Chakkaev)
Support define fk with class name (Anatoliy Chakkaev)
Fix find with NaN id in base-sql (Anatoliy Chakkaev)
Added skip/limit to memory adapter (Anatoliy Chakkaev)
Relations passed to belongsTo.add (Anatoliy Chakkaev)
Fix injection in ids (Anatoliy Chakkaev)
Adds test for limit and skip + limit on all()
queries as in docs. (Currently not all adapters may pass.) (dgsan)
Accept related objects when creating instance #247 (Anatoliy Chakkaev)
Allow null properties for headless models (Anatoliy Chakkaev)
Check types of sync and async getters created by belongsTo, close #266 (Anatoliy Chakkaev)
Fix m2m: only add fk when hasMany have no "through" (Anatoliy Chakkaev)
Upd readme (Anatoliy Chakkaev)
Many-to-many relation (Anatoliy Chakkaev)
Some tests for scope (Anatoliy Chakkaev)
Organize model.js (Anatoliy Chakkaev)
0.2.0-30 (Anatoliy Chakkaev)
Upd changelog (Anatoliy Chakkaev)
Datatypes casting (Anatoliy Chakkaev)
Add discover methods for model names and properties (Raymond Feng)
Only call the orginal method once (Raymond Feng)
Revert "Fix the test case so that it passes in the same filter" (Raymond Feng)
Set up the connected handler before connect (Raymond Feng)
The connecting flag should be set to false initially (Raymond Feng)
Fix the test case so that it passes in the same filter (Raymond Feng)
Update README.md (mhupman)
Do not assign enumerable schema to object #256 (Anatoliy Chakkaev)
Manually require init (Anatoliy Chakkaev)
Fix dates in memory adapter (Anatoliy Chakkaev)
Added datatypes tests (Anatoliy Chakkaev)
Fix merged schema test (Anatoliy Chakkaev)
Allow database.js to export function(compound) (Anatoliy Chakkaev)
ValidationError instead Error (Anatoliy Chakkaev)
Update README.md (Anatoliy Chakkaev)
0.2.0-29 (Anatoliy Chakkaev)
Find on hasMany scope method (Anatoliy Chakkaev)
Added map-reduce and find methods to list (Anatoliy Chakkaev)
0.2.0-28 (Anatoliy Chakkaev)
Return valid in case of sync validations (Anatoliy Chakkaev)
Test update (Anatoliy Chakkaev)
Fix validation issue (Anatoliy Chakkaev)
Transactions (Anatoliy Chakkaev)
Schemas switching (Anatoliy Chakkaev)
Automigrate before relation tests (Anatoliy Chakkaev)
Update makefile (Anatoliy Chakkaev)
Add more love to tests, pr #249 (Anatoliy Chakkaev)
0.2.0-27 (Anatoliy Chakkaev)
Fix validations (Anatoliy Chakkaev)
Batch create (Anatoliy Chakkaev)
tests only: no afterCreate/afterUpdate on errors (Scott Nonnenberg)
afterDestroy not called on adapter error (Scott Nonnenberg)
0.2.0-26 (Anatoliy Chakkaev)
Ignore npm-debug.log (Anatoliy Chakkaev)
Fix memory adapter: broken upd attrs (Anatoliy Chakkaev)
Return instance of object when create (Anatoliy Chakkaev)
Turn off ignoring tests (Anatoliy Chakkaev)
Upd tests (Anatoliy Chakkaev)
Validation amends (Anatoliy Chakkaev)
Test hooks and object lifecycle as per #242 (Anatoliy Chakkaev)
Tests for data manipulation (Anatoliy Chakkaev)
Rewrite save and create for correct hooks order (Anatoliy Chakkaev)
Rename validation hooks (Anatoliy Chakkaev)
Update hooks.md (Mansur S)
Upd node version for travis (Anatoliy Chakkaev)
Uncomment tests (Anatoliy Chakkaev)
Mongodb tolerance (Anatoliy Chakkaev)
Enable growl (Anatoliy Chakkaev)
0.2.0-25 (Anatoliy Chakkaev)
Update attribute additional test (Anatoliy Chakkaev)
Fix memory adapter and test (Anatoliy Chakkaev)
Removed include test from common (Anatoliy Chakkaev)
Test destroy (Anatoliy Chakkaev)
Migration-friendly tests (Anatoliy Chakkaev)
Fixes in belongsTo relation definition syntax (Anatoliy Chakkaev)
Docs: hooks, footer fix (Anatoliy Chakkaev)
Include test (Anatoliy Chakkaev)
Update jugglingdb.md (Mansur S)
Query testing: findOne (Anatoliy Chakkaev)
Added test case for #238: password hashing before save (Anatoliy Chakkaev)
Added short syntax for belongsTo (Anatoliy Chakkaev)
Docs for hooks and model (Anatoliy Chakkaev)
Beautify things (Anatoliy Chakkaev)
Fix memory adapter to support lowercase desc order (Anatoliy Chakkaev)
Rewriting tests (Anatoliy Chakkaev)
Make tests importable (Anatoliy Chakkaev)
Docs amends (Anatoliy Chakkaev)
Another way to define belongsTo (Anatoliy Chakkaev)
0.2.0-24 (Anatoliy Chakkaev)
Added man pages to package (Anatoliy Chakkaev)
Docs for models (Anatoliy Chakkaev)
Added footer (Anatoliy Chakkaev)
Upd readme and changelog (Anatoliy Chakkaev)
Fix test (Anatoliy Chakkaev)
Switch to mocha testing in travis (Anatoliy Chakkaev)
Rewrite validations in mocha (Anatoliy Chakkaev)
Rename files (Anatoliy Chakkaev)
Minor test amends (Anatoliy Chakkaev)
Remove old hooks tests (Anatoliy Chakkaev)
Upd memory adapter to work with undefined in dataset (Anatoliy Chakkaev)
Rename essentials (Anatoliy Chakkaev)
Rewrite hooks API (Anatoliy Chakkaev)
Started docs for model, changelog (Anatoliy Chakkaev)
Makefile for mocha testing (Anatoliy Chakkaev)
Defaults test and fixes (Anatoliy Chakkaev)
Added changelog (Anatoliy Chakkaev)
Added GA (Anatoliy Chakkaev)
Added docs (Anatoliy Chakkaev)
Added some initial docs (Anatoliy Chakkaev)
Makefile with man/html docs generation (Anatoliy Chakkaev)
Settings always set (Anatoliy Chakkaev)
Added json test (Anatoliy Chakkaev)
Added filter, fix [] as type (Anatoliy Chakkaev)
0.2.0-23 (Anatoliy Chakkaev)
Upd gitignore (Anatoliy Chakkaev)
Initializer for compound 1.1.5-16 (Anatoliy Chakkaev)
http adapter: pre/postProcess, fix destroy and all (Scott Nonnenberg)
This is the smash with blunt object fix for #215, since the more flexible #213 was rejected. (dgsan)
0.2.0-22 (Anatoliy Chakkaev)
FIxes in async validations (in sync case), closes 214 (Anatoliy Chakkaev)
0.2.0-21 (Anatoliy Chakkaev)
Browserify-proof railway init (Anatoliy Chakkaev)
.version as getter (Anatoliy Chakkaev)
0.2.0-20 (Anatoliy Chakkaev)
Add proper type registration (Anatoliy Chakkaev)
0.2.0-19 (Anatoliy Chakkaev)
List support for non-object values (Anatoliy Chakkaev)
Coding style in helper (Anatoliy Chakkaev)
Fix package version exposing (Anatoliy Chakkaev)
Add some array methods for List (Anatoliy Chakkaev)
Absolute paths in README.md, fixes #208 (Anatoliy Chakkaev)
Eliminated global leak (Anatoliy Chakkaev)
Described custom validations (Anatoliy Chakkaev)
0.2.0-18 (Anatoliy Chakkaev)
Remove logging (Anatoliy Chakkaev)
Organize test with Log and Dog (Anatoliy Chakkaev)
If property is array (List) need to convert it to JSON (Anatoliy Chakkaev)
FIxed test for belongsTo (Anatoliy Chakkaev)
Unit test for bug fix related to belongsTo relation. It declares a Schema, uses memory. If it should be run for ALL DBs it will need to be changed. (dgsan)
This fixes the apparent scope and comparison issues when calling a foreign key relation. (dgsan)
Fixing Railway Hoisting Issue (Dan Shultz)
Revert validatable fix (Anatoliy Chakkaev)
0.2.0-17 (Anatoliy Chakkaev)
Add attr param to custom validator, closes #200 (Anatoliy Chakkaev)
Removed unused experimental stuff (Anatoliy Chakkaev)
0.2.0-16 (Anatoliy Chakkaev)
Update broken test case (Anatoliy Chakkaev)
0.2.0-15 (Anatoliy Chakkaev)
Make pathTo available in db/schema (Anatoliy Chakkaev)
0.2.0-14 (Anatoliy Chakkaev)
Fix uniqueness validation (mongo ids) (Anatoliy Chakkaev)
Throw error when model is not configured for webservice (Anatoliy Chakkaev)
Update test for #128 (Anatoliy Chakkaev)
Return null when findOne could not find record, closes #128 (Anatoliy Chakkaev)
0.2.0-13 (Anatoliy Chakkaev)
Work with cs-compound (Anatoliy Chakkaev)
One more fix in updateAttribute test with uniqueness validation (1602)
Update validations test (Anatoliy Chakkaev)
Implement schema.extendModel, closes #157 (Anatoliy Chakkaev)
Add adapter (memory-bogus) test (Anatoliy Chakkaev)
Make memory adapter async (Anatoliy Chakkaev)
Implement findOrCreate, requested in #190 (Anatoliy Chakkaev)
Added test for #191 (Anatoliy Chakkaev)
Revert hasMany change (Anatoliy Chakkaev)
Update readme: clienside, describe built-in adapters (Anatoliy Chakkaev)
0.2.0-12 (Anatoliy Chakkaev)
Added schema::model::set for railway (Anatoliy Chakkaev)
0.2.0-11 (Anatoliy Chakkaev)
Added http (WebService) adapter (Anatoliy Chakkaev)
0.2.0-10 (Anatoliy Chakkaev)
Accept adapter as first argument of Schema constructor (Anatoliy Chakkaev)
fix lost callback (Erin Noe-Payne)
attempted to write a test for hasmany all function. this commit has it commented out (Robb Lovell)
added 'all' method to hasMany in abstract-class.js to correctly support a 'many' collection. added .idea to .gitignore to ignore WebStorm projects. (Robb Lovell)
Updated readme (Anatoliy Chakkaev)
fix typo :) (Asp3ctus)
app.enable('autoupdate') option support (Asp3ctus)
Travis env update, compare ids as strings (Anatoliy Chakkaev)
0.2.0-9 (Anatoliy Chakkaev)
Fix for reading yml files (Anatoliy Chakkaev)
0.2.0-8 (Anatoliy Chakkaev)
Only update id if it does not present in resulting dataset (Anatoliy Chakkaev)
0.2.0-7 (Anatoliy Chakkaev)
Strict adapter checking (Anatoliy Chakkaev)
Do not throw on missing adapter, just display warning (Anatoliy Chakkaev)
updateAttributes data defaults to {} (Sascha Gehlich)
0.2.0-4 (Anatoliy Chakkaev)
merge (Anatoliy Chakkaev)
0.2.0-3 (Anatoliy Chakkaev)
Update railwayjs name, add ability to skip tests (Anatoliy Chakkaev)
allow database.js config (Sascha Gehlich)
remove unused (nano specific) files (Nicholas Westlake)
added filter on schema though I am not sure it will be used (Sébastien Drouyer)
added some documentation for include and all function (Sébastien Drouyer)
cleaned some old comments (Sébastien Drouyer)
Small copy-paste error :) (Sébastien Drouyer)
merged + removed preprocessdata callback as it seems it isn't usefull (Sébastien Drouyer)
removed unused console log and comments (Sébastien Drouyer)
small fix on relations (Sébastien Drouyer)
added tests for the include functionnality (Sébastien Drouyer)
added include functionnality to abstract class and mysql (Sébastien Drouyer)
add additional types stored in Schema.types to schema context (Sascha Gehlich)
let the adapter decide when to load the schema (Sascha Gehlich)
fixed railway integration (Sascha Gehlich)
Update readme (Anatoliy Chakkaev)
Added mysql icon (Anatoliy Chakkaev)
Added some adapters descriptions (Anatoliy Chakkaev)
Added coffee-script as dev dependency (Anatoliy Chakkaev)
Arrange contributors, remove coffee-script (Anatoliy Chakkaev)
Fix broken yml config, closes #159 (Anatoliy Chakkaev)
0.2.0-2 (Anatoliy Chakkaev)
Allow extend tests (Anatoliy Chakkaev)
Package.json updated (Anatoliy Chakkaev)
added relations key (Sébastien Drouyer)
Remove sql adapters and tests (Anatoliy Chakkaev)
0.2.0-1 (Anatoliy Chakkaev)
Remove sqlite3 adapter (Anatoliy Chakkaev)
Removed nosql adapters (moved to own repos) (Anatoliy Chakkaev)
allow socketPath for mysql config (Tim Griesser)
Fix cradle+railwayjs (Anatoliy Chakkaev)
added nano settings for travis-ci (Nicholas Westlake)
added nano adapter (Nicholas Westlake)
Fixed bug for CoffeeScript and MongoDB (Sebastian del Valle)
Log Redis connection errors instead of crashing (Dominik Krejcik)
Docs and style in lib/list (Anatoliy Chakkaev)
0.1.27-3 (Anatoliy Chakkaev)
Namespace adapters (Anatoliy Chakkaev)
when using cradle if we don't wait for the schema to be connected, the models fails to load correctly. (Muneeb Samuels)
0.1.27-2 (Anatoliy Chakkaev)
Better docs, no warning (Anatoliy Chakkaev)
update mongodb adapter (Nathan Cartwright)
Cast id to string before creation, fix #145 (Anatoliy Chakkaev)
remove commentouted source (taiyoh)
fixed type check strictly (taiyoh)
0.1.27-1 (Anatoliy Chakkaev)
Fix id:null issue #98 (Anatoliy Chakkaev)
- fixed typo in updateOrCreate method. (Muneeb Samuels)
- added views to do .all queries, it speeds up the query. (Muneeb Samuels)
- fixed typo in updateOrCreate method. - added views to do .all queries, it speeds up the query. (Muneeb Samuels)
limited tests to the one I know (Sébastien Drouyer)
trying a fix for redis (Sébastien Drouyer)
fixed regression for postgres (Sébastien Drouyer)
fixed tests for mongodb (Sébastien Drouyer)
fixed issue for sqlite (Sébastien Drouyer)
added log to data (TEMPORARY) to debug on travis (Sébastien Drouyer)
fixed indentation + adapted to markdown syntax (Sébastien Drouyer)
corrected indentation issues (Sébastien Drouyer)
small sentence fixes + added usage examples in belongsTo comments (Sébastien Drouyer)
add test cases for caching in hasMany and fixed test cases for caching in belongsTo (Sébastien Drouyer)
fixed and enhanced caching in getters and setters in abstract-class (Sébastien Drouyer)
added test case for the cache of belongsTo (Sébastien Drouyer)
cradle adapter update (Muneeb Samuels)
using views speeds up the query by only fetching the documents for the model being queried. (Muneeb Samuels)
Globally published models for railway 1.0 (Anatoliy Chakkaev)
added caching functionnality (Sébastien Drouyer)
Models publishing for both railway stable and unstable (Anatoliy Chakkaev)
Fix railway 1.0 support (Anatoliy Chakkaev)
Fix instanceof checking (Anatoliy Chakkaev)
Remove globals, read yaml (Anatoliy Chakkaev)
added test cases for IN and NOT IN. Only in mysql and postgres for the moment (Sébastien Drouyer)
generalize escape on IN and NOT IN values (Sébastien Drouyer)
Fixed postgres adapter for IN and NIN when values are strings and where there is 0 value (Sébastien Drouyer)
Fixed IN and NOT IN when searching on strings (Sébastien Drouyer)
Fixed bug for IN on NOT IN - corrected (Sébastien Drouyer)
Fix inheritance (Anatoliy Chakkaev)
Fix broken mysql adapter after merging pull request (Anatoliy Chakkaev)
Ignored v8.log (Anatoliy Chakkaev)
Remove unused cached relations, closes #134 (Anatoliy Chakkaev)
Fixed bug (oversight ?) on alter table (Sébastien Drouyer)
Update lib/adapters/cradle.js (Muneeb Samuels)
limit + skip (Muneeb Samuels)
Fix typo, start new release preview (Anatoliy Chakkaev)
Print properly formatted object (Anatoliy Chakkaev)
Specify collection length (Anatoliy Chakkaev)
Optimize collection (Anatoliy Chakkaev)
Better performance on big datasets read (Anatoliy Chakkaev)
Fix for redis adapter when finding records filtered with multiple attributes (Mikko Lehtinen)
Better safeRequire (Anatoliy Chakkaev)
Fix memory adapter tests (Anatoliy Chakkaev)
Update lib/adapters/postgres.js (clarktlaugh)
Added cradle adapter (Anatoliy Chakkaev)
Configure travis services (Anatoliy Chakkaev)
Update mysql to 2.0 (Anatoliy Chakkaev)
Fix redis2 indexes cleanup (Anatoliy Chakkaev)
Not strict equal when matching ids in embedded lists (Anatoliy Chakkaev)
Mongoose Adapter Single Index support-Spacing Fix (Nashad Alam)
Mongoose Adapter Single Index support (Nashad Alam)
Allow for IN, NOT IN, and != queries in postgres (Matt Huggins)
Prevent redis pussy riot (Anatoliy Chakkaev)
Fix standard_conforming_strings for postgres (Anatoliy Chakkaev)
Update lib/adapters/memory.js (Mikxail)
Make property configurable to pass tests (Anatoliy Chakkaev)
List API improvements (Anatoliy Chakkaev)
List improvements (Anatoliy Chakkaev)
Fix postgres (Anatoliy Chakkaev)
Added typed lists support (Anatoliy Chakkaev)
fix global leak in postgres adapter (Sam Taylor)
Revert sort-only indexes (Anatoliy Chakkaev)
Redis sort-only indexes (Anatoliy Chakkaev)
Fix in-memory adapter tests (Anatoliy Chakkaev)
Fix typo, tune redis2 (Anatoliy Chakkaev)
Rewritten redis (Anatoliy Chakkaev)
Refactored and optimized redis adapter (Anatoliy Chakkaev)
Fix postgres offset feature (Anatoliy Chakkaev)
Bump 0.1.14. Fix typo in redis adapter (Anatoliy Chakkaev)
Callback called only once + database selection (Anatoliy Chakkaev)
Changed validatable inheritance, fixed issue with belongsTo #113 (Anatoliy Chakkaev)
More information about alter in isActual (Anatoliy Chakkaev)
Fix autoupdate for mysql ; (Anatoliy Chakkaev)
Autoupdate multicolumn indexes (Anatoliy Chakkaev)
I put the delete in the wrong line, moved down.. (Mike P)
re-adding fix to not save id as a property on update (Mike P)
Update lib/adapters/neo4j.js (Mike P)
Update lib/abstract-class.js (Mike P)
Single-column indexes in mysql (autoupdate) (Anatoliy Chakkaev)
Unnecessary error on mongodb authentication. Skip checking (Anatoliy Chakkaev)
Fix typo, bump version (Anatoliy Chakkaev)
Provide additional info about collection (Anatoliy Chakkaev)
Freeze postgres version (Anatoliy Chakkaev)
Move to latest mongoose / fix api (Anatoliy Chakkaev)
Remove JSON serialization test case (Anatoliy Chakkaev)
Adds replica-set support to the mongodb native driver. (Timothy Marks)
Adds authenticate to db.open if a username and password are set. (Timothy Marks)
Update postgres (Anatoliy Chakkaev)
JSON in tests, Schema.JSON published (Anatoliy Chakkaev)
Adds Replica Set Support to JugglingDB Mongoose Adapter (Timothy Marks)
Fixes issue where only id would be saved when updating an existing object for mongodb driver. (Timothy Marks)
Added stricter value checking on number. (Dombi Attila)
modified destroyAll (Taner Topal)
Added fix to the abstract-class.js file for issue #72. The fix is resolved by by5739. (Jude Lam)
Allow relative driver paths, adopt for node 0.8 (Anatoliy Chakkaev)
The updateAttribute callback doesn't behaves as its described. It should send the object instance alongside the error too. (Dombi Attila)
Wrap database name with quotes (Anatoliy Chakkaev)
fix sql error when initializing models with empty Number property. It should return NULL when a number is empty (Dombi Attila)
Fix PostgreSQL query offset (Matt Huggins)
First version of a cradle adapter (Aurélien Thieriot)
https://groups.google.com/d/msg/railwayjs/4YWICL6EAOg/ebCxGkQ5eQcJ (Wizek)
Fix coding style (Anatoliy Chakkaev)
Adopt postgres stuff (Anatoliy Chakkaev)
Coverage added to gitignore (Anatoliy Chakkaev)
added custom collection name to mongoose (Jonathan Spies)
heavily modified sections of postgres adapter, postgres is now passing all tests (Joseph Junker)
ran into some confusion with default values while changing postgres adapter, added postgres default values test (Joseph Junker)
migration_test is mysql specific, added postgres migration test (Joseph Junker)
added multiple sort for mongoose (Jonathan Spies)
Fixes mysql adapter 'neq' condition. (Rob Scott)
added double quotes to field names (bitmage)
Support modular railway (Anatoliy Chakkaev)
Upsert with setters (Anatoliy Chakkaev)
Added semicov dependency (Anatoliy Chakkaev)
Fix sql adapters (Anatoliy Chakkaev)
Setters enabled in new and create (Anatoliy Chakkaev)
Jslinize if blocks, not strict equal for ids on uniqueness checking (Anatoliy Chakkaev)
Prevent data from leaking to global (Henri Bergius)
Fix mongoose adapter find (Anatoliy Chakkaev)
Tune propertyChanged behavior (Anatoliy Chakkaev)
Fix 'undefined is not a function' problem at postgres adapter (Kelvin Wong)
Fix test: not strict equal when comparing ids (Anatoliy Chakkaev)
Update version (Anatoliy Chakkaev)
Turn off caching (Anatoliy Chakkaev)
Some safeties to URL handling (Henri Bergius)
Enable setting up Redis with URL (Henri Bergius)
Add warning for validations in schema.js (Anatoliy Chakkaev)
Not strict equal for scoped find, trigger beforeUpdate with data (Anatoliy Chakkaev)
Fix scoped find method (Anatoliy Chakkaev)
Postgres migrations fix #54 (Anatoliy Chakkaev)
Documentation, railway tweaks (Anatoliy Chakkaev)
Document (Anatoliy Chakkaev)
Fix multiple queries issue #51 (Anatoliy Chakkaev)
Delayed database calls (Anatoliy Chakkaev)
upsert for redis (Anatoliy Chakkaev)
Support upsert (Anatoliy Chakkaev)
Implemented destroyAll for sub-scopes (Taner Topal)
Tune sqlite3 dependency version (2.0.18) (Anatoliy Chakkaev)
Added contributors, MRU cache cleanup, closes #46 (Anatoliy Chakkaev)
Pass DEFAULT to autoincrement values in PG (Felipe Sateler)
Bump version 0.1.3 (Anatoliy Chakkaev)
Correctly handle callback after blank automigration (Anatoliy Chakkaev)
Support node 0.4 in mongodb adapter (Anatoliy Chakkaev)
Mongodb adapter (Anatoliy Chakkaev)
Fix executable for neo4j travis (Anatoliy Chakkaev)
Added neo4j support for travis ci (Anatoliy Chakkaev)
Remove sequelize tests (Anatoliy Chakkaev)
Removed sequelize adapter (Anatoliy Chakkaev)
Remove frozen neo4j lib, add neo4j database setup for travis-ci (Anatoliy Chakkaev)
Custom table name for sqlite3 (Anatoliy Chakkaev)
Added sql for common parts (Anatoliy Chakkaev)
DRY sql adapters (Anatoliy Chakkaev)
Unhashish, escape names, start moving common parts to sql.js (Anatoliy Chakkaev)
Allow custom table name in postgres too (Felipe Sateler)
Allow custom table name in mysql (Anatoliy Chakkaev)
Don't add a WHERE if there are no constraints (Henri Bergius)
Support reverse sort for redis (Anatoliy Chakkaev)
Model.findOne, mongoose reverse sort, closes #38 (Anatoliy Chakkaev)
Fix unnecessary _was attributes issue, closes #36, #31, #34, #35 (Anatoliy Chakkaev)
Reverse sort order in redis and memory, test (Anatoliy Chakkaev)