Skip to content

Commit

Permalink
Updating changelog script to include merges, generating new CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Oct 31, 2019
1 parent 1cf5b1d commit 0cc846c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG
@@ -1,9 +1,22 @@
[2019-10-08] 1890567 (HEAD -> master, tag: 7.0.1, origin/master, origin/HEAD) Version bump - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-10-31] 1cf5b1d (HEAD -> master, tag: 7.0.2, origin/master, origin/HEAD) Version bump to release new type definition - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-10-31] c3d4a46 Merge pull request #33 from fox1t/master - GitHub (noreply@github.com)
[2019-10-31] 8797da5 Adds factory function to typings - Maksim Sinik (maksim@sinik.it)
[2019-10-30] 521bb55 Merge pull request #32 from avoidwork/revert-31-ts-port - GitHub (noreply@github.com)
[2019-10-30] 06dc95a (origin/revert-31-ts-port) Revert "fixes #30: auto generate type definitions from source" - GitHub (noreply@github.com)
[2019-10-30] e0ff63c Merge pull request #31 from osdevisnot/ts-port - GitHub (noreply@github.com)
[2019-10-15] 0386635 update dev dependencies - osdevisnot (osdevisnot@gmail.com)
[2019-10-15] 6321fa8 auto generate type definitions - osdevisnot (osdevisnot@gmail.com)
[2019-10-13] 0704851 Merge pull request #29 from avoidwork/avoidwork-patch-1 - GitHub (noreply@github.com)
[2019-10-13] 26db9ab Create FUNDING.yml - GitHub (noreply@github.com)
[2019-10-08] 940bac9 Updating `CHANGELOG` - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-10-08] 1890567 (tag: 7.0.1) Version bump - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-10-08] 97f4c36 Updating `CHANGELOG` - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-10-08] f175497 Creating `changelog` npm script & `CHANGELOG` output - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-09-27] 02d28fd Merge pull request #28 from osdevisnot/modernization-nicities - GitHub (noreply@github.com)
[2019-09-27] 822b617 fix incorrectly marked directory (dist vs lib) - osdevisnot (osdevisnot@gmail.com)
[2019-09-27] ab1d29f update tslib-cli - avoids warning during build - osdevisnot (osdevisnot@gmail.com)
[2019-09-26] 0672370 (tag: 7.0.0) Version bump to release modernization effort - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-09-26] 6641496 Merge pull request #27 from osdevisnot/modernize - GitHub (noreply@github.com)
[2019-09-26] bd366fc remove special webapck usage instructions as it just works - osdevisnot (osdevisnot@gmail.com)
[2019-09-26] 32da32a add default export from outro to main file - osdevisnot (osdevisnot@gmail.com)
[2019-09-26] fc614a3 start using new build tool - osdevisnot (osdevisnot@gmail.com)
Expand All @@ -14,12 +27,17 @@
[2019-09-26] d35c2cb remove extraneous files from lib - osdevisnot (osdevisnot@gmail.com)
[2019-09-19] 0f779b4 Don't care about building in node.js 6 anymore - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-09-19] 0814a7f (tag: 6.1.0) Version bump to release #26, updating dependencies - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-09-19] 51d39e2 Merge pull request #26 from stereobooster/typescript - GitHub (noreply@github.com)
[2019-09-19] d84aead ES6 module - stereobooster (stereobooster@gmail.com)
[2019-09-19] b8dbd71 Add typescript signature - stereobooster (stereobooster@gmail.com)
[2019-08-28] 5972ed4 Merge pull request #24 from avoidwork/dependabot/npm_and_yarn/mixin-deep-1.3.2 - GitHub (noreply@github.com)
[2019-08-28] dbf8179 Bump mixin-deep from 1.3.1 to 1.3.2 - GitHub (noreply@github.com)
[2019-08-26] b4d1f0b Merge pull request #23 from avoidwork/dependabot/npm_and_yarn/eslint-utils-1.4.2 - GitHub (noreply@github.com)
[2019-08-26] 68921f6 Bump eslint-utils from 1.3.1 to 1.4.2 - GitHub (noreply@github.com)
[2019-07-11] 9d7d16d Merge pull request #22 from avoidwork/dependabot/npm_and_yarn/lodash-4.17.14 - GitHub (noreply@github.com)
[2019-07-10] 11a7803 Bump lodash from 4.17.11 to 4.17.14 - GitHub (noreply@github.com)
[2019-01-30] b230fc8 (tag: 6.0.1) Rebuilding so version tag is updated everywhere - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-01-30] 764b84e Merge pull request #20 from GeKorm/PR/es5 - GitHub (noreply@github.com)
[2019-01-24] 517c716 Add es5 output compiled with babel-preset-env - GeKorm (mail@gekorm.com)
[2019-01-21] 41daa80 (tag: 6.0.0) Adding validation of arguments to factory - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-01-21] e6e35df Updating benchmark - Jason Mulligan (jason.mulligan@avoidwork.com)
Expand All @@ -34,6 +52,7 @@
[2019-01-13] b347c8e (tag: 5.1.0) Swapping siguratures of `delete()` & `remove()` and adding `keys()` to get an API closer to a `Map` (leaving `length` vs `size` for now) - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-01-13] c0d0fb2 Updating travis-ci.org config to target current unstable & supported/functional stables - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-01-13] eb5d9fe (tag: 5.0.7) Version bump to release engine requirement change, updating README & LICENSE copyright years - Jason Mulligan (jason.mulligan@avoidwork.com)
[2019-01-13] 1fce86f Merge pull request #18 from runk/less-restrictive-engine-version - GitHub (noreply@github.com)
[2019-01-13] 18fe7f9 Lower engine requirements to node 6+ - Dmitry Shirokov (dshirokov@seek.com.au)
[2018-12-31] c5c362d Updating README - Jason Mulligan (jason.mulligan@avoidwork.com)
[2018-12-31] c515ceb (tag: 5.0.6) Version bump to release README changes - Jason Mulligan (jason.mulligan@avoidwork.com)
Expand Down Expand Up @@ -71,6 +90,7 @@
[2018-11-26] 5862111 (tag: 3.0.3) Refactoring `remove()` to have a third parameter which is called from `evict()` to minimize lookup - Jason Mulligan (jamullig@adobe.com)
[2018-11-26] 09a7540 (tag: 3.0.2) Reverting change `get()` such that it calls `set()`, refactoring `set()` to add a forth `bypass` parameter to avoid a call to `has()` (original goal i think, been too many now), fixes #15 - revisit later to minimize ops properly - Jason Mulligan (jamullig@adobe.com)
[2018-11-24] e67d2df (tag: 3.0.1) Fixing a flawed conditional which a modified test helped hide - Jason Mulligan (jason.mulligan@avoidwork.com)
[2018-11-24] afcc97a (tag: 3.0.0) Merge pull request #14 from avoidwork/refactor - GitHub (noreply@github.com)
[2018-11-24] fc6daa5 Version bump due to removing `expire` parameter of the constructor - Jason Mulligan (jason.mulligan@avoidwork.com)
[2018-11-24] 25088eb Returning state logic, updating test - Jason Mulligan (jason.mulligan@avoidwork.com)
[2018-11-24] d91f0c2 Updating a statement in `get()` - Jason Mulligan (jason.mulligan@avoidwork.com)
Expand Down Expand Up @@ -98,6 +118,7 @@
[2017-12-28] 31c832f (tag: 1.5.0) Adding `ttl` property to expire stale items - Jason Mulligan (jason.mulligan@avoidwork.com)
[2017-11-13] 56488c1 (tag: 1.4.13, origin/1.4) Simplifying an assignment (see https://github.com/avoidwork/tiny-lru/pull/10), version bump to release - Jason Mulligan (jason.mulligan@avoidwork.com)
[2017-11-12] 957210d Adding more tests to verify deleting the last item doesn't have the same issue as #8 - Jason Mulligan (jason.mulligan@avoidwork.com)
[2017-11-12] f25196d (tag: 1.4.12) Merge pull request #10 from avoidwork/nullRef - GitHub (noreply@github.com)
[2017-11-12] c19d67a Version bump to release - Jason Mulligan (jason.mulligan@avoidwork.com)
[2017-11-12] 6268647 Blocking an erroneous `null` assignment, fixes #8 - Jason Mulligan (jason.mulligan@avoidwork.com)
[2017-11-12] 3e17016 Updating tests & adding one that deletes the first item in the cache creating a `null` reference - Jason Mulligan (jason.mulligan@avoidwork.com)
Expand Down Expand Up @@ -139,6 +160,7 @@
[2016-11-14] 52df3a9 Removing `LRUItem` class, creating `clone()` & `dump()`, cloning values on `set()` & `get()` so the cache is pristine, adding tests - Jason Mulligan (jason.mulligan@avoidwork.com)
[2016-03-16] 7202699 Adding a bower config - Jason Mulligan (jason.mulligan@avoidwork.com)
[2016-01-24] f75b2eb (tag: 1.1.0, origin/1.1) Updating to ES6 syntax & babel transpile, removing `/docs` as it will not be generated now - avoidwork (jason.mulligan@avoidwork.com)
[2016-01-22] 929b346 Merge pull request #1 from ccnokes/master - Jason Mulligan (jason.mulligan@avoidwork.com)
[2016-01-22] 5e09785 rebuild - Cameron Nokes (ccnokes@gmail.com)
[2016-01-22] 6fa548e Add `has` and `delete` methods so that it implements the parts of the Map method interface that make it compatible with lodash's memoize method. Add corresponding docs and tests. - Cameron Nokes (ccnokes@gmail.com)
[2013-08-25] 5f000f8 (tag: 1.0.2, origin/1.0) Minor tweak to code structure, added docs - Jason Mulligan (jason.mulligan@avoidwork.com)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"engineStrict": true,
"scripts": {
"benchmark": "node benchmark.js",
"changelog": "git log --no-merges --date=short --tags --format=\"[%cd] %h%d %s - %cn (%ce)\" > CHANGELOG",
"changelog": "git log --date=short --tags --format=\"[%cd] %h%d %s - %cn (%ce)\" > CHANGELOG",
"test": "nodeunit test/lru.js",
"build": "tslib build"
},
Expand Down

0 comments on commit 0cc846c

Please sign in to comment.