Skip to content

Commit

Permalink
1.0.8 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Aug 20, 2017
1 parent 3a46ae9 commit 646474e
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change log - quadtree-lib

## [1.0.8](https://github.com/elbywan/quadtree-lib/compare/1.0.7...1.0.8)

##### Added

- [Clear function](https://github.com/elbywan/quadtree-lib/commit/bff7a534185c3e4b127d7c5b9ad3d712f35e2e8c)
- [Javascript linter (Eslint)](https://github.com/elbywan/quadtree-lib/commit/c6ec2412926a218880e6bc8d3877a6d0fcc5a1cf)
- [Movement demo](https://github.com/elbywan/quadtree-lib/commit/a55695507a02597bcca059f35e354c5c87eb8d06)
- [Demo .js refactoring](https://github.com/elbywan/quadtree-lib/commit/2ef03608849ee0cc8cf09cad8fbe82a1b1ad3aac)

## [1.0.7](https://github.com/elbywan/quadtree-lib/compare/1.0.6...1.0.7)

##### Added
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quadtree-lib",
"version": "1.0.7",
"version": "1.0.8",
"authors": [
"Julien Elbaz <elbywan@hotmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion build/js/quadtree.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/js/quadtree.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/quadtree.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/quadtree.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h3 id="exposed-methods">Exposed methods</h3>



<p>Clears the quadtree and removes all elements.</p>
<p>Removes all elements from the quadtree and restores it to pristine state.</p>


<div class='highlight'><pre> clear: <span class="hljs-function">-&gt;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/quadtree.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h3 id="exposed-methods">Exposed methods</h3>



<p>Clears the quadtree and removes all elements.</p>
<p>Removes all elements from the quadtree and restores it to pristine state.</p>


<div class='highlight'><pre> clear: <span class="hljs-function">-&gt;</span>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quadtree-lib",
"version": "1.0.7",
"version": "1.0.8",
"description": "Efficient quadtrees library written in CoffeeScript.",
"author": "Julien Elbaz",
"license": "MIT",
Expand Down

0 comments on commit 646474e

Please sign in to comment.