Skip to content

Commit

Permalink
Bumped version to 0.9.12.
Browse files Browse the repository at this point in the history
Updated README.md.
Updated todo.
  • Loading branch information
hexydec committed Oct 3, 2020
1 parent 5404c50 commit 3cc86b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A lightweight modular jQuery clone/alternative library built for modern browsers

![Licence](https://img.shields.io/badge/Licence-MIT-lightgrey.svg)
![Project Status](https://img.shields.io/badge/Project%20Status-Beta-yellow.svg)
![Size Minified](https://img.shields.io/badge/Size%20(Minified)-17.8kb-brightgreen.svg)
![Size Minified](https://img.shields.io/badge/Size%20(Minified)-17.9kb-brightgreen.svg)
![Size Gzipped](https://img.shields.io/badge/Size%20(Gzipped)-6.50kb-brightgreen.svg)

**This project is now in beta, make sure to test your integration with this code thoroughly before deploying**
Expand All @@ -21,7 +21,7 @@ Dabby.js is a jQuery alternative designed to be as simple and streamlined as pos

## I'm sold, how do I get started?

Want to get started quickly? [Download the ES6 bundle here](https://raw.githubusercontent.com/hexydec/dabby/master/dist/dabby.min.js). There is also an [ES5 Bundle](https://raw.githubusercontent.com/hexydec/dabby/master/dist/dabby.es5.min.js).
Want to get started quickly? [Download the latest release here](https://github.com/hexydec/dabby/releases).

Want build the bundle yourself? Make sure the following software is installed:

Expand All @@ -38,7 +38,7 @@ $ npm install
$ grunt
```

Then swap jQuery out for dabby.js. It does support AMD modules and CommonJS, so if your project does too, have a fiddle with your build to achieve this.
Then swap jQuery out for dabby.js in your project. It does support AMD modules and CommonJS, so if your project does too, have a fiddle with your build to achieve this.

Next you should probably audit and refactor your code to update anything that Dabby.js will definitely not support, like custom pseudo selectors. Ajax calls will probably need checking over too (Promises are not supported).

Expand Down
6 changes: 0 additions & 6 deletions docs/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

This project is currently pretty close to a feature complete, stable beta release, this is a list of what needs doing to get it there:

- [x] Implement JSON-P requests in $.ajax()
- [x] Implement $.fn.replaceAll() and $.fn.replaceWith()
- [ ] Implement $.fn.serializeArray() (Is this needed??)
- [ ] Implement $.fn.wrapInner()
- [x] Implement $.fn.closest()
- [ ] Write basic documentation for each method, along with example, and differences to jQuery
- [ ] Write basic tests for each method
- [ ] Go over each method and check that each argument fingerprint is either covered or not going to be implemented
Expand All @@ -17,6 +14,3 @@ Things to do in the future:

- [ ] More extensive test coverage
- [ ] More extensive jQuery API coverage?
- [ ] Build a Grunt package for NPM
- [x] Rewrite scanner in Javascript (**Use ES6 module imports for custom builds**)
- [x] integrate scanner into Grunt package so custom builds can be created as part of a workflow (**No longer needed**)

0 comments on commit 3cc86b7

Please sign in to comment.