Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
feat: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Skeggs committed Sep 8, 2020
1 parent 7d595e6 commit d12c38c
Show file tree
Hide file tree
Showing 51 changed files with 6,811 additions and 11,306 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/boddle*
/docs
/node_modules
/test/vendor
/test
4 changes: 1 addition & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
},
"env": {
"browser": true,
"es6": true,
"node": true
},
"globals": {
"Promise": false
},
"rules": {
"prettier/prettier": "error",

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## How to Open a Backbone.js Ticket
## How to Open a Ticket

- Before you open a ticket or send a pull request,
[search](https://github.com/mixmaxhq/boddle/issues) for previous discussions
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,15 @@ https://github.com/broofa
```sh
$ npm i -P boddle
```

## notable differences

- No support for `View`, `Router`, `History`.
- Does not use jQuery or underscore.
- Does not support `Model#mixin` or `Collection#mixin`.
- Does not provide a global event bus (e.g. `Backbone.trigger` on global `Backbone`).
- Exports setter functions for previously-rewriteable exports:
- `ajax` -> `setAJAXImplementation`
- `emulateHTTP` -> `setEmulateHTTP`
- `emulateJSON` -> `setEmulateJSON`
- `sync` -> `setSyncImplementation`
2 changes: 0 additions & 2 deletions backbone-min.js

This file was deleted.

1 change: 0 additions & 1 deletion backbone-min.map

This file was deleted.

Loading

0 comments on commit d12c38c

Please sign in to comment.