Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit dbc8411

Browse files
author
Eli Skeggs
committed
docs: add more caveats
1 parent 01e1095 commit dbc8411

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ $ npm i -P boddle
3030
- `emulateHTTP` -> `setEmulateHTTP`
3131
- `emulateJSON` -> `setEmulateJSON`
3232
- `sync` -> `setSyncImplementation`
33+
- Supports standard `class`-`extend` syntax instead of requiring e.g. `Model.extend`.
34+
- Potential for minor differences in method semantics. e.g. due to the `lodash` switch `Model#pick` does not support a function getter - use `Model#pickBy` instead.

0 commit comments

Comments
 (0)