Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Apr 18, 2019
1 parent 389eb60 commit 83355ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.0.2 Bugfix release (unreleased)
## 1.0.2 Bugfix release (2019-04-18)
* Updated dependencies
* Add debug message console output option

## 1.0.1 Bugfix release (2018-01-12)
* Fix critical / non-critial JS path comparison
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Joschi Kuphal
Copyright (c) 2019 Joschi Kuphal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/shortbread.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Shortbread.prototype.loaded = function loaded(resourceId) {
}
}
console.debug(`Loaded resource ${resourceId}: ${(Object.values(res).length < Object.values(this.res).length) ? 'OK' : 'FAILED'}`);
console.debug(`Waiting for anoter ${required} required resource(s)`, res);
console.debug(`Waiting for another ${required} required resource(s)`, res);
this.res = res;

// If all expected resources have been loaded
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shortbread",
"version": "1.0.1",
"version": "1.0.2",
"description": "Asynchronous, non-blocking loading pattern for CSS and JavaScript resources",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 83355ed

Please sign in to comment.