happy-load
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -0,1 +1,13 @@ | ||
## [2.4.0](https://github.com/pagedip/happy-load/tree/release/5/) - Nov 26, 2018 | ||
### Features | ||
- Adding 404 droids message | ||
### Commits | ||
[`3ca8ddeb..6c97f2c1`](https://github.com/pagedip/happy-load/compare/3ca8ddebbb759a03231d98c55272e32f664d0eee..6c97f2c19eca62b74fd384235fc36d512aab7bed) | ||
- [`6c97f2c1`](https://github.com/pagedip/happy-load/commit/6c97f2c19eca62b74fd384235fc36d512aab7bed) Merge pull request #21 from pagedip/ben-alpha | ||
- [`83b9d5ce`](https://github.com/pagedip/happy-load/commit/83b9d5ce67aa25dc3672bca77d8a94df3f98ab7d) Completing load message. closes #19 | ||
- [`e14cd7d9`](https://github.com/pagedip/happy-load/commit/e14cd7d9a97fdaab63b9b829a5344e4936cb9cf1) Adding new loading screen message | ||
## [2.3.0](https://github.com/pagedip/happy-load/tree/release/4/) - Nov 16, 2018 | ||
@@ -2,0 +14,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"all":[{"text":"Bob Ross is painting the next page...","subtext":"He'll have the happy little trees done in a moment","source":"beneaththeink","id":"beneaththeink/bobross"},{"text":"200 years ago it took Lewis and Clark several months to cross the Country...","subtext":"I'm talking to space, so give me a second.","source":"beneaththeink","id":"beneaththeink/clark"},{"text":"Constructing additional pylons...","subtext":"This may take a moment or two.","source":"beneaththeink","id":"beneaththeink/plyons"},{"text":"Our micro-robot technicians are building the next page","subtext":"They will be done shortly...","source":"beneaththeink","id":"beneaththeink/robot"},{"text":"Combing John Stamos' Hair...","subtext":"We apologize for the wait, you can't rush perfection.","source":"beneaththeink","id":"beneaththeink/stamos"},{"text":"Like a timid ghost or a 1997 text message","subtext":"This may take a moment to appear.","source":"beneaththeink","id":"beneaththeink/timidghost"},{"text":"Collecting unicorn tears...","subtext":"This may take a moment or two.","source":"beneaththeink","id":"beneaththeink/unicorns"},{"text":"Following the Yellow Brick Road...","subtext":"\"Toto, I've got a feeling we're not in Kansas anymore.\"","source":"beneaththeink","id":"beneaththeink/yellow-brick-road"},{"text":"Roads? Where you're going you don't need roads.","subtext":"...but you do need to wait a few seconds.","source":"pagedip","id":"pagedip/no-roads"},{"text":"Refueling Thrusters","subtext":"Get ready to blast off!","source":"pagedip","id":"pagedip/refueling-thrusters"},{"text":"Look into the spinner...","subtext":"Feel deeply into the spin... we'll be done loading in 3... 2...","source":"pagedip","id":"pagedip/spinning"}],"by_source":{"beneaththeink":[0,1,2,3,4,5,6,7],"pagedip":[8,9,10]},"by_id":{"beneaththeink/bobross":0,"beneaththeink/clark":1,"beneaththeink/plyons":2,"beneaththeink/robot":3,"beneaththeink/stamos":4,"beneaththeink/timidghost":5,"beneaththeink/unicorns":6,"beneaththeink/yellow-brick-road":7,"pagedip/no-roads":8,"pagedip/refueling-thrusters":9,"pagedip/spinning":10}} | ||
{"all":[{"text":"Bob Ross is painting the next page...","subtext":"He'll have the happy little trees done in a moment","source":"beneaththeink","id":"beneaththeink/bobross"},{"text":"200 years ago it took Lewis and Clark several months to cross the Country...","subtext":"I'm talking to space, so give me a second.","source":"beneaththeink","id":"beneaththeink/clark"},{"text":"Constructing additional pylons...","subtext":"This may take a moment or two.","source":"beneaththeink","id":"beneaththeink/plyons"},{"text":"Our micro-robot technicians are building the next page","subtext":"They will be done shortly...","source":"beneaththeink","id":"beneaththeink/robot"},{"text":"Combing John Stamos' Hair...","subtext":"We apologize for the wait, you can't rush perfection.","source":"beneaththeink","id":"beneaththeink/stamos"},{"text":"Like a timid ghost or a 1997 text message","subtext":"This may take a moment to appear.","source":"beneaththeink","id":"beneaththeink/timidghost"},{"text":"Collecting unicorn tears...","subtext":"This may take a moment or two.","source":"beneaththeink","id":"beneaththeink/unicorns"},{"text":"Following the Yellow Brick Road...","subtext":"\"Toto, I've got a feeling we're not in Kansas anymore.\"","source":"beneaththeink","id":"beneaththeink/yellow-brick-road"},{"text":"404 Droids Not Found","subtext":"The droids you are looking for will be available momentarily","source":"pagedip","id":"pagedip/droids"},{"text":"Roads? Where you're going you don't need roads.","subtext":"...but you do need to wait a few seconds.","source":"pagedip","id":"pagedip/no-roads"},{"text":"Refueling Thrusters","subtext":"Get ready to blast off!","source":"pagedip","id":"pagedip/refueling-thrusters"},{"text":"Look into the spinner...","subtext":"Feel deeply into the spin... we'll be done loading in 3... 2...","source":"pagedip","id":"pagedip/spinning"}],"by_source":{"beneaththeink":[0,1,2,3,4,5,6,7],"pagedip":[8,9,10,11]},"by_id":{"beneaththeink/bobross":0,"beneaththeink/clark":1,"beneaththeink/plyons":2,"beneaththeink/robot":3,"beneaththeink/stamos":4,"beneaththeink/timidghost":5,"beneaththeink/unicorns":6,"beneaththeink/yellow-brick-road":7,"pagedip/droids":8,"pagedip/no-roads":9,"pagedip/refueling-thrusters":10,"pagedip/spinning":11}} |
{ | ||
"name": "happy-load", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Improves loading screen morale.", | ||
@@ -59,3 +59,3 @@ "author": "Pagedip <info@pagedip.com>", | ||
], | ||
"gitHead": "3ca8ddebbb759a03231d98c55272e32f664d0eee" | ||
"gitHead": "1778f6e214bd3d0a3e768f6197c7deca539e5dc0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18239