-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Change log - quadtree-lib | ||
|
||
## [1.0.5](https://github.com/elbywan/quadtree-lib/compare/1.0.4...1.0.5) | ||
|
||
##### Added | ||
|
||
- [[Feature] #2 : Allow negative x and y values](https://github.com/elbywan/quadtree-lib/commit/5cf0e140d66fde00d5d61810b26cf3b018b45526) | ||
|
||
##### Changed | ||
|
||
- [upgrade devDeps](https://github.com/elbywan/quadtree-lib/commit/dd7fd1e62e092e7d6fba7953c827630eb961780e) | ||
|
||
##### Fixed | ||
|
||
- [readme typos](https://github.com/elbywan/quadtree-lib/commit/5b7b7fe6ac8838ad831c864d4242cc2eefb7ff37) | ||
|
||
## [1.0.4](https://github.com/elbywan/quadtree-lib/compare/1.0.3...1.0.4) | ||
|
||
##### Fixed | ||
|
||
- [fix critical bundling issue](https://github.com/elbywan/quadtree-lib/commit/4135ab76872e3d0ec43c0f52f66fdeac56bc3802) | ||
|
||
## [1.0.3](https://github.com/elbywan/quadtree-lib/compare/1.0.2...1.0.3) | ||
|
||
##### Added | ||
|
||
- [proper UMD bundling](https://github.com/elbywan/quadtree-lib/commit/d8a775f7c5ab8348d08e4728f21213a373ba383c) | ||
|
||
##### Fixed | ||
|
||
- [fixed sourcemaps ](https://github.com/elbywan/quadtree-lib/commit/a966df72026376c51621b6116b7862baebb2e9bb) | ||
- [fixed assets](https://github.com/elbywan/quadtree-lib/commit/5debe73d1613ab8e62761ce1be44eeae6fd4e4f4) | ||
|
||
## [1.0.2](https://github.com/elbywan/quadtree-lib/compare/1.0.1...1.0.2) | ||
|
||
##### Added | ||
|
||
- [Typescript support with a declaration file](https://github.com/elbywan/quadtree-lib/commit/1064cfda571f526276aab5b3eb602d53eee14692) | ||
- [[doc] Add github corner ](https://github.com/elbywan/quadtree-lib/commit/dc8a3eb67323a277aef86371add56a1026278c9d) | ||
- [[demo] collisions / add counters ](https://github.com/elbywan/quadtree-lib/commit/3a9fb0ef069f0154214b3567fdbc240c80b0895b) | ||
|
||
##### Fixed | ||
|
||
- [Collision demo : prevent div resize out of bounds.](https://github.com/elbywan/quadtree-lib/commit/ca736547e145c138129113153a0b4f427d8f2f31) | ||
- [[demo] collisions / add buttons & chrome bounding box fix ](https://github.com/elbywan/quadtree-lib/commit/32ea35000efd6059c45924a22b048fd8b1cae771) | ||
|
||
## [1.0.1](https://github.com/elbywan/quadtree-lib/compare/1.0.0...1.0.1) | ||
|
||
##### Added | ||
|
||
- [Pretty print function.](https://github.com/elbywan/quadtree-lib/commit/d4f9c13fc32679ecfeafdd13ee06e9e39e728258) | ||
|
||
##### Fixed | ||
|
||
- [fix removal not splicing the right array ](https://github.com/elbywan/quadtree-lib/commit/4a80caed3e2d93c8164d111b1d0f417911d911cc) | ||
|
||
## 1.0.0 | ||
|
||
#### First stable version. |