2.0.0 2024-01-26
- fix(collection): don't set cursor option if cursor() called with 0 args
#1
- Add release scripts
92ab194
- Update dependencies
fcefdd2
- chore: release 0.2.5
a8c3800
- feat: set originalStack property on actions
9908150
- chore: release 0.2.4
a0a6835
- fix(collection): ensure error.stack prints correctly
fa97d25
- chore: release 0.2.3
8017938
- fix: use original stack trace when reporting error in async action
147b4b3
- chore: release 0.2.2
51a2e3d
- fix(find): use
fields
instead ofprojection
for mongodb driver 2.x9f1304b
- chore: release 0.2.1
dde6df2
- fix(find): make project() use projection option instead of fields
e318d45
- chore: release 0.2.0
cec5353
- feat: support MongoDB driver 3.x
c94f86f
- chore: bump deps
7286db1
- chore: bump acquit re: security warning
ebe829f
- chore: release 0.1.10
5552952
- docs: fix link re: #2
589361d
- chore: release 0.1.9
adb04e9
- docs: add keywords and intro blog post link re: #4
cb0544f
- chore: bump lockfile
0e8c201
- chore: release 0.1.8
f79154e
- fix(collection): allow transforming actions to custom actions
3d5b86e
- chore: release 0.1.7
de6192e
- chore: rename archetype-js -> archetype
ef590d2
- chore: add lockfile
0637ab0
- chore: upgrade mongodb in dev
033a91c
- chore: release 0.1.6
512f5ad
- fix: findOneAndRemove -> findOneAndDelete
160aa39
- chore: release 0.1.5
f3bcf3c
- chore: add better docs
63718b8
- test: add coverage for agg cursor
4652126
- chore: release 0.1.4
7d96e6a
- chore: remove another async bit
b66a901
- chore: release 0.1.3
9f46e91
- refactor: remove insertOne/insertMany result middleware
b360416
- chore: release 0.1.2
515f6b2
- refactor: remove async/await internally in favor of co for node 6 support
d4b4ec0
- chore: release 0.1.1
58c1386
- feat: add aggregate
db8cd12
- feat: support cursor.project()
37fd61f
- chore: upgrade to mongodb 2.2.29
6fd823c
- chore: release 0.1.0
59a2e7d
- chore: add better readme
2300c1e
- chore: use connect() for tests
ce0b9b3
- feat: support cursor() for find()
a09c780
- feat: support sort/limit/skip chaining
6b5f456
- feat: add support for chaining find
a80398a
- feat: add .then() to cursor
6e818c6
- chore: improve package.json
e2116c9
- feat: support args to pre()
a5ebdc3
- add collections getter
9285e61
- chore: rename to collections
3b41dcf
- chore: remove broken import
3efb454
- chore: add index
8f13511
- chore: add dropDatabase() to db
d590886
- test: add basic tests for db
b4066cc
- chore: rename db -> database
0808bc0
- feat: add db class
14b5c90
- refactor: separate out into pre() and action$
d2e82c4
- feat: add pre/post
71797c1
- allow rejecting an action
527eb5d
- make action$ have a promise
47942b0
- refactor: use external facing action() for base actions
d8ad360
- refactor: allow custom action functions
ae89462
- bump mongodb
0584307
- add createdAt example
0691267
- chore: remove co and just use async/await
4a4cf30
- initial PoC
36f0d8f
- Initial commit
c8388a0