issues
search
component
/
model
Minimalistic extensible data models
122
stars
40
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
use component-name for npm
#67
timaschew
opened
9 years ago
5
Update dependencies
#66
trevorgerhardt
closed
9 years ago
1
Implementation opt-in error handling #8?
#65
fschoenfelder
opened
10 years ago
7
support CORS with credentials
#64
bodokaiser
closed
10 years ago
0
Update dependencies
#63
trevorgerhardt
closed
10 years ago
1
fix toJSON() copy
#62
juliangruber
closed
1 year ago
2
fetch
#61
yocontra
closed
10 years ago
1
Implement `required`-property
#60
hkjels
opened
10 years ago
1
Server-side example
#59
hkjels
closed
10 years ago
1
refactor http, validation and change events to separate plugins
#58
ianstormtaylor
opened
10 years ago
17
Restore a syntax error of Readme.md
#57
debbbbie
closed
10 years ago
0
docs: fix getter setter mixup
#56
juliangruber
closed
10 years ago
0
suggestion: call plugins with .call
#55
yields
closed
10 years ago
1
Make it possible to Model.get() without an ID (for single-resource endpoints)
#54
johntron
closed
4 years ago
3
Expose request object for configuration of superagent
#53
wejendorp
closed
11 years ago
3
Add repository field to readme
#52
ForbesLindesay
closed
11 years ago
2
Model.all() support params
#51
fengmk2
closed
1 year ago
4
added Model.primary(name) to set the key
#50
ianstormtaylor
opened
11 years ago
5
Update model locally after save
#49
cristiandouce
opened
11 years ago
1
add model.route()
#48
ericgj
closed
11 years ago
0
add .route(str)
#47
tj
closed
11 years ago
0
remove /all after urls
#46
domachine
closed
11 years ago
8
use id or _id as primary key in save callback
#45
luka5
closed
11 years ago
1
expose .proto and .statics
#44
yields
closed
10 years ago
5
allow setting custom headers on requests and handling of response.
#43
nw
closed
11 years ago
1
Computed Properties
#42
esundahl
closed
11 years ago
1
changed #remove to #destroy, updated/added tests
#41
ianstormtaylor
closed
11 years ago
0
removed unused json component
#40
ianstormtaylor
closed
11 years ago
0
changed #toJSON to return a copy
#39
ianstormtaylor
closed
11 years ago
4
added construct event
#38
ianstormtaylor
closed
11 years ago
3
saving comes before save ;)
#37
ianstormtaylor
closed
11 years ago
0
added destroy as an alias
#36
ianstormtaylor
closed
11 years ago
8
safer set
#35
stereosteve
closed
11 years ago
0
example doesnt work
#34
luka5
closed
11 years ago
0
Update package.json
#33
pgherveou
closed
11 years ago
2
nested models and collections
#32
ianstormtaylor
closed
11 years ago
10
Emit model level "construct" event
#31
karlbohlmark
closed
11 years ago
2
node-ready model
#30
matthewmueller
closed
10 years ago
2
Pulling the AJAX sync transport out of model
#29
matthewmueller
closed
11 years ago
1
Added async plugin support
#28
matthewmueller
closed
9 years ago
5
Don't emit "change" events when first initialized & model-level "change" events when attributes are set
#27
matthewmueller
closed
11 years ago
4
Helper methods for setting arrays / objects
#26
matthewmueller
closed
11 years ago
3
destroy and remove
#25
shaunxcode
closed
11 years ago
2
consider adding 'default' value to attr
#24
weepy
closed
10 years ago
5
consider adding an initialize to the model constructor
#23
weepy
closed
10 years ago
7
silent option for attr setter
#22
weepy
closed
11 years ago
2
Static API should not request `/all` but `/` when retrieving all
#21
avetisk
closed
11 years ago
1
Static API: `all` should not call `/all` but `/`
#20
avetisk
closed
11 years ago
0
decouple url/backend stuff
#19
timoxley
opened
11 years ago
19
adding option to pass in attributes on creation of model
#18
shaunxcode
closed
11 years ago
2
Next