Author Commit Message Commit Date cueedee d88e8b46e3a fix(generators/{app,demo}/templates): fix non-html5 self-closing tags 19 Oct 2017 cueedee 5f854e8cfc6 M Merge branch 'release/1.0.1' into develop 18 Oct 2017 cueedee ab06314e0df M Merge branch 'release/1.0.1' 18 Oct 2017 cueedee 3f68c87ccf8 chore(release): 1.0.1 18 Oct 2017 cueedee 7a857ef250c style(generators/app): tweak phrasing 17 Oct 2017 cueedee 60b98daead9 feat(generators/app): include warning about generated localization file 17 Oct 2017 cueedee a24c9adc204 feat(generators/app/templates): add revision (commit) to environment ribbon 17 Oct 2017 cueedee 066ecad9581 fix(generators/app/templates): modernize environment ribbon (debug) 17 Oct 2017 cueedee 5e44e7edce8 chore(project): fix typo 17 Oct 2017 cueedee 625776bceaf fix(generators/{app,demo}/templates): prevent undefined optional parameters from appearing in de url as `"null"` or `"undefined"` (the strings that is) 17 Oct 2017 cueedee 06f20238f8d chore(project): remove lingering empty lines 17 Oct 2017 cueedee 735daceee8b chore(project): expands the IntelliJ IDEA litter scope 17 Oct 2017 cueedee ef69842075f docs(project): address omitted documentational changes when moving from `mocha`/`chai` to `karma`/`jasmine`/`phantomjs`
See commits: 3ea9f91 & 925d1ca 12 Oct 2017 cueedee bf7315d07e1 chore(project): remove misfitted package keywords and reorder 12 Oct 2017 cueedee 74f3f0f0899 chore(project): fix badge link protocol to `https` 12 Oct 2017 cueedee 0978070dc36 docs(project): add instruction to link to the `CHANGELOG` when publishing a release on GitHub 12 Oct 2017 cueedee b74501abfe7 M Merge branch 'release/v1.0.0' into develop 12 Oct 2017 cueedee 26b2ddb876f M Merge branch 'release/v1.0.0' 12 Oct 2017 cueedee a4befec8730 chore(release): 1.0.0 12 Oct 2017 cueedee 05c666ffc25 chore(project): include setting up two git hooks that will help keeping `node_modules` in sync with `package-lock.json`
Include guidance for this in the `README.md`. 11 Oct 2017 cueedee e6337783835 feat(generators/app/templates): include setting up two git hooks that will help keeping `node_modules` in sync with `package-lock.json`
Include guidance for this in the generated `README.md` 11 Oct 2017 cueedee 9f2e96c2be1 feat(generators): provide visual feedback of symlinked sources 11 Oct 2017 cueedee fc1a339b8b9 fix(generators/demo/templates): add instruction to generate documentation before referring to it 11 Oct 2017 cueedee 0d2c82b8962 feat(generators/app/templates): transition to use `prepublishOnly` in favor of `prepublish`
This is an npm@>=5 feature so also add an `engines` hint for it.
As per this `npm@5` warning:
> ```
> npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
> npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
> npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.
> ``` 11 Oct 2017 cueedee 6969a74efbc feat(generators/app): safe-guard against running in non-empty destination roots 11 Oct 2017 cueedee c862fba4be3 fix(generators/demo): avoid re-installing dependency 11 Oct 2017 cueedee 312f2de605f feat(ui): highlight a question's main subject. 11 Oct 2017 cueedee 8e35dec0dd0 feat(ux): add feedback of `bat:demo` generator composition 11 Oct 2017 cueedee 6c113de3bf9 fix(generators/app): ensure to avoid conflicts when composing in the demo generator
Basically, what commit c209298 should have been about. 11 Oct 2017 cueedee 51b3697e825 fix(generators/demo/templates): fix image, attribution and link 10 Oct 2017 cueedee e85caf9ceb1 M Merge commit '552cf8d' into develop 10 Oct 2017 cueedee 552cf8dc2fe fix(generators): add omitted new files 10 Oct 2017 cueedee d82fa1f154b chore(generators): transition to `yeoman-generator@>=2`
ES6ify the things (to the extend needed, or convenient). 06 Oct 2017 cueedee 82f3962d140 style(generatos/app/templates): ahere to npm's two-space indent convention 10 Oct 2017 cueedee 90dfb5693ef M Merge branch 'demo' into develop 10 Oct 2017 cueedee 577dd61a5ad feat(generators/demo/templates): ensure livereloading works for _any_ /^local/ target-environment
Omitted when changing `generators/app/templates` on commit 1814386. 10 Oct 2017 cueedee 87462459704 M Merge commit '1814386' into demo 10 Oct 2017 cueedee 3034c1dc3e6 style(generators/model): add missing semicolon 10 Oct 2017 cueedee cefe3254ac7 fix(generators/app): add missing command line options 10 Oct 2017 cueedee d08eb44e28c fix(generators/app): fix argument type 10 Oct 2017 cueedee fb311ef6020 style(generators/demo/templates): fix typo
Omitted when changing `generator/app/templates` on * commit 5690999. 10 Oct 2017 cueedee 5bf98b5d454 M Merge commit '5690999' into demo 10 Oct 2017 cueedee c20929835d0 fix(generators/demo): fix i18n adjustments for demo app 10 Oct 2017 cueedee 021334dcb93 feat(generators/demo): add option to let app load jQuery through a CDN
Omitted when `generators/app` was changed on commit d974ed4. 09 Oct 2017 cueedee 8092bef9499 M Merge commit 'd974ed4' into demo 09 Oct 2017 cueedee 3ea9f914d80 feat(generators/demo): replace mocha/chai based testing framework with a combo of karma, jasmine, phantomjs and browserify
Omitted when `generators/app` was changed on commit 925d1ca. 09 Oct 2017 cueedee 118f389d3e1 M Merge commit '925d1ca' into demo 09 Oct 2017 cueedee e2bc048976a feat(generators/demo): add ability to retrieve a build distribution target-environment's settings at run-time
Replace madlib-hostmapping based solution.
Omitted when `generators/app` was changed on commit 7d9f599. 09 Oct 2017 cueedee fdb95a352ee M Merge commit '7d9f599' into demo 09 Oct 2017 cueedee 335284c5f69 feat(generators/demo): do a smarter insertion of the livereload url
This will make livereloading also work from virtualbox machines reaching out to your local machine.
Omitted when `generators/app` was changed on commit 0b10652. 09 Oct 2017 ← Prev Next → [{"id": "d88e8b46e3a0df0b5d1547c4426d44adfbbc6048", "href": "/projects/GEN/repos/generator-bat/commits/d88e8b46e3a0df0b5d1547c4426d44adfbbc6048","parents": [{ "id": "5f854e8cfc671c1b363a00b294c51f71e2580b47" }]},{"id": "5f854e8cfc671c1b363a00b294c51f71e2580b47", "href": "/projects/GEN/repos/generator-bat/commits/5f854e8cfc671c1b363a00b294c51f71e2580b47","parents": [{ "id": "7a857ef250cf05f6c6e7e75f4bfc9502e5fd6a62" },{ "id": "3f68c87ccf83ab3fa92e4f582bc5b26242546487" }]},{"id": "ab06314e0dffbd6fad93b98cba9880783cfc19b4", "href": "/projects/GEN/repos/generator-bat/commits/ab06314e0dffbd6fad93b98cba9880783cfc19b4","parents": [{ "id": "26b2ddb876fbdad50f85c0e5309036c317c564cb" },{ "id": "3f68c87ccf83ab3fa92e4f582bc5b26242546487" }]},{"id": "3f68c87ccf83ab3fa92e4f582bc5b26242546487", "href": "/projects/GEN/repos/generator-bat/commits/3f68c87ccf83ab3fa92e4f582bc5b26242546487","labels": [{"name": "v1.0.1", "type": "TAG", "href": "/projects/GEN/repos/generator-bat/browse?at=v1.0.1"}],"parents": [{ "id": "7a857ef250cf05f6c6e7e75f4bfc9502e5fd6a62" }]},{"id": "7a857ef250cf05f6c6e7e75f4bfc9502e5fd6a62", "href": "/projects/GEN/repos/generator-bat/commits/7a857ef250cf05f6c6e7e75f4bfc9502e5fd6a62","parents": [{ "id": "60b98daead9919b508f018d4020d56ef7a1f077b" }]},{"id": "60b98daead9919b508f018d4020d56ef7a1f077b", "href": "/projects/GEN/repos/generator-bat/commits/60b98daead9919b508f018d4020d56ef7a1f077b","parents": [{ "id": "a24c9adc2048bd3bf44dc92f1390b9b8bebb3782" }]},{"id": "a24c9adc2048bd3bf44dc92f1390b9b8bebb3782", "href": "/projects/GEN/repos/generator-bat/commits/a24c9adc2048bd3bf44dc92f1390b9b8bebb3782","parents": [{ "id": "066ecad9581d9be392393a0ea073b46d18265952" }]},{"id": "066ecad9581d9be392393a0ea073b46d18265952", "href": "/projects/GEN/repos/generator-bat/commits/066ecad9581d9be392393a0ea073b46d18265952","parents": [{ "id": "5e44e7edce8682fedd48850ebaf30954876a7ed1" }]},{"id": "5e44e7edce8682fedd48850ebaf30954876a7ed1", "href": "/projects/GEN/repos/generator-bat/commits/5e44e7edce8682fedd48850ebaf30954876a7ed1","parents": [{ "id": "625776bceaf9382b408c52af07949dcc64f577ab" }]},{"id": "625776bceaf9382b408c52af07949dcc64f577ab", "href": "/projects/GEN/repos/generator-bat/commits/625776bceaf9382b408c52af07949dcc64f577ab","parents": [{ "id": "06f20238f8db819062260d976e8f693d2ba22975" }]},{"id": "06f20238f8db819062260d976e8f693d2ba22975", "href": "/projects/GEN/repos/generator-bat/commits/06f20238f8db819062260d976e8f693d2ba22975","parents": [{ "id": "735daceee8bd7233d9731cf48e4ab7ccc77ce994" }]},{"id": "735daceee8bd7233d9731cf48e4ab7ccc77ce994", "href": "/projects/GEN/repos/generator-bat/commits/735daceee8bd7233d9731cf48e4ab7ccc77ce994","parents": [{ "id": "ef69842075f67482a783b502f5b2a43605365201" }]},{"id": "ef69842075f67482a783b502f5b2a43605365201", "href": "/projects/GEN/repos/generator-bat/commits/ef69842075f67482a783b502f5b2a43605365201","parents": [{ "id": "bf7315d07e1b6e663213dc7085c6015a47440cdf" }]},{"id": "bf7315d07e1b6e663213dc7085c6015a47440cdf", "href": "/projects/GEN/repos/generator-bat/commits/bf7315d07e1b6e663213dc7085c6015a47440cdf","parents": [{ "id": "74f3f0f08990d90007e606baa35e4dea1a133124" }]},{"id": "74f3f0f08990d90007e606baa35e4dea1a133124", "href": "/projects/GEN/repos/generator-bat/commits/74f3f0f08990d90007e606baa35e4dea1a133124","parents": [{ "id": "0978070dc3617c096ad4557d226dba66264293c6" }]},{"id": "0978070dc3617c096ad4557d226dba66264293c6", "href": "/projects/GEN/repos/generator-bat/commits/0978070dc3617c096ad4557d226dba66264293c6","parents": [{ "id": "b74501abfe7eb751c2d1cf40de0891ce6cf6271f" }]},{"id": "b74501abfe7eb751c2d1cf40de0891ce6cf6271f", "href": "/projects/GEN/repos/generator-bat/commits/b74501abfe7eb751c2d1cf40de0891ce6cf6271f","parents": [{ "id": "05c666ffc2544b9f589feb967a138d405839cd67" },{ "id": "a4befec873019cd141516109a5ebc871fc822366" }]},{"id": "26b2ddb876fbdad50f85c0e5309036c317c564cb", "href": "/projects/GEN/repos/generator-bat/commits/26b2ddb876fbdad50f85c0e5309036c317c564cb","parents": [{ "id": "5ce623c34f8b8d9ca2e9ec27aa3e6db8514d5274" },{ "id": "a4befec873019cd141516109a5ebc871fc822366" }]},{"id": "a4befec873019cd141516109a5ebc871fc822366", "href": "/projects/GEN/repos/generator-bat/commits/a4befec873019cd141516109a5ebc871fc822366","labels": [{"name": "v1.0.0", "type": "TAG", "href": "/projects/GEN/repos/generator-bat/browse?at=v1.0.0"}],"parents": [{ "id": "05c666ffc2544b9f589feb967a138d405839cd67" }]},{"id": "05c666ffc2544b9f589feb967a138d405839cd67", "href": "/projects/GEN/repos/generator-bat/commits/05c666ffc2544b9f589feb967a138d405839cd67","parents": [{ "id": "e633778383534721f86c3c51543d16c0659989e8" }]},{"id": "e633778383534721f86c3c51543d16c0659989e8", "href": "/projects/GEN/repos/generator-bat/commits/e633778383534721f86c3c51543d16c0659989e8","parents": [{ "id": "9f2e96c2be14fae1fbcf7da43a1c077c6c3948b2" }]},{"id": "9f2e96c2be14fae1fbcf7da43a1c077c6c3948b2", "href": "/projects/GEN/repos/generator-bat/commits/9f2e96c2be14fae1fbcf7da43a1c077c6c3948b2","parents": [{ "id": "fc1a339b8b943531206fb97137b11c5aaf13d932" }]},{"id": "fc1a339b8b943531206fb97137b11c5aaf13d932", "href": "/projects/GEN/repos/generator-bat/commits/fc1a339b8b943531206fb97137b11c5aaf13d932","parents": [{ "id": "0d2c82b89627807f287691ca9c4dac55913be124" }]},{"id": "0d2c82b89627807f287691ca9c4dac55913be124", "href": "/projects/GEN/repos/generator-bat/commits/0d2c82b89627807f287691ca9c4dac55913be124","parents": [{ "id": "6969a74efbcc0ee09838e83f1466aed1ba985435" }]},{"id": "6969a74efbcc0ee09838e83f1466aed1ba985435", "href": "/projects/GEN/repos/generator-bat/commits/6969a74efbcc0ee09838e83f1466aed1ba985435","parents": [{ "id": "c862fba4be31e9dcf89f10b3af923e0752cd48d2" }]},{"id": "c862fba4be31e9dcf89f10b3af923e0752cd48d2", "href": "/projects/GEN/repos/generator-bat/commits/c862fba4be31e9dcf89f10b3af923e0752cd48d2","parents": [{ "id": "312f2de605ff79c36c279044d7fd40214003aac5" }]},{"id": "312f2de605ff79c36c279044d7fd40214003aac5", "href": "/projects/GEN/repos/generator-bat/commits/312f2de605ff79c36c279044d7fd40214003aac5","parents": [{ "id": "8e35dec0dd072f90dd5a2a08aa393c1a91980199" }]},{"id": "8e35dec0dd072f90dd5a2a08aa393c1a91980199", "href": "/projects/GEN/repos/generator-bat/commits/8e35dec0dd072f90dd5a2a08aa393c1a91980199","parents": [{ "id": "6c113de3bf9e4ff2cf86a5c5820e746669dc2827" }]},{"id": "6c113de3bf9e4ff2cf86a5c5820e746669dc2827", "href": "/projects/GEN/repos/generator-bat/commits/6c113de3bf9e4ff2cf86a5c5820e746669dc2827","parents": [{ "id": "51b3697e825034d63d271eb8bd27765358cdd2a5" }]},{"id": "51b3697e825034d63d271eb8bd27765358cdd2a5", "href": "/projects/GEN/repos/generator-bat/commits/51b3697e825034d63d271eb8bd27765358cdd2a5","parents": [{ "id": "e85caf9ceb13db280c54739b1fd444b198b5c54a" }]},{"id": "e85caf9ceb13db280c54739b1fd444b198b5c54a", "href": "/projects/GEN/repos/generator-bat/commits/e85caf9ceb13db280c54739b1fd444b198b5c54a","parents": [{ "id": "d82fa1f154bda0d21106223b18706f332d78b3c7" },{ "id": "552cf8dc2fecd810aab51cb006289d4da19feef1" }]},{"id": "552cf8dc2fecd810aab51cb006289d4da19feef1", "href": "/projects/GEN/repos/generator-bat/commits/552cf8dc2fecd810aab51cb006289d4da19feef1","parents": [{ "id": "021334dcb933779f77d778190974e7796c260a3f" }]},{"id": "d82fa1f154bda0d21106223b18706f332d78b3c7", "href": "/projects/GEN/repos/generator-bat/commits/d82fa1f154bda0d21106223b18706f332d78b3c7","parents": [{ "id": "82f3962d140cf26925a7a8a042da57f8a6a46748" }]},{"id": "82f3962d140cf26925a7a8a042da57f8a6a46748", "href": "/projects/GEN/repos/generator-bat/commits/82f3962d140cf26925a7a8a042da57f8a6a46748","parents": [{ "id": "90dfb5693efad6d024fbd64925c192857ba0d843" }]},{"id": "90dfb5693efad6d024fbd64925c192857ba0d843", "href": "/projects/GEN/repos/generator-bat/commits/90dfb5693efad6d024fbd64925c192857ba0d843","parents": [{ "id": "a0f37c9e4cdfaf7b3fdc689e013380dfa5b573c9" },{ "id": "577dd61a5add088a1e6abab6f5e6673b4244b2e3" }]},{"id": "577dd61a5add088a1e6abab6f5e6673b4244b2e3", "href": "/projects/GEN/repos/generator-bat/commits/577dd61a5add088a1e6abab6f5e6673b4244b2e3","parents": [{ "id": "87462459704887e98ff6d6872e90d9c01fc90f1d" }]},{"id": "87462459704887e98ff6d6872e90d9c01fc90f1d", "href": "/projects/GEN/repos/generator-bat/commits/87462459704887e98ff6d6872e90d9c01fc90f1d","parents": [{ "id": "3034c1dc3e624d86aba8f37908e1f911d64cf824" },{ "id": "1814386a586cfb8652ff7f2aa781c2ed3c9efe00" }]},{"id": "3034c1dc3e624d86aba8f37908e1f911d64cf824", "href": "/projects/GEN/repos/generator-bat/commits/3034c1dc3e624d86aba8f37908e1f911d64cf824","parents": [{ "id": "cefe3254ac7b78ac42f41cade66b0eb8a458fdc1" }]},{"id": "cefe3254ac7b78ac42f41cade66b0eb8a458fdc1", "href": "/projects/GEN/repos/generator-bat/commits/cefe3254ac7b78ac42f41cade66b0eb8a458fdc1","parents": [{ "id": "d08eb44e28cc74ab1d1f0d960a5ce45c0df20bf2" }]},{"id": "d08eb44e28cc74ab1d1f0d960a5ce45c0df20bf2", "href": "/projects/GEN/repos/generator-bat/commits/d08eb44e28cc74ab1d1f0d960a5ce45c0df20bf2","parents": [{ "id": "fb311ef6020ba5587011d9d1f32745e359a37e62" }]},{"id": "fb311ef6020ba5587011d9d1f32745e359a37e62", "href": "/projects/GEN/repos/generator-bat/commits/fb311ef6020ba5587011d9d1f32745e359a37e62","parents": [{ "id": "5bf98b5d45479c87454f2dbc7601ffb3a50e71c4" }]},{"id": "5bf98b5d45479c87454f2dbc7601ffb3a50e71c4", "href": "/projects/GEN/repos/generator-bat/commits/5bf98b5d45479c87454f2dbc7601ffb3a50e71c4","parents": [{ "id": "c20929835d052508c75dbe160fc1e33d774ad165" },{ "id": "569099985223670813ad25e6e5e4461f34742fe0" }]},{"id": "c20929835d052508c75dbe160fc1e33d774ad165", "href": "/projects/GEN/repos/generator-bat/commits/c20929835d052508c75dbe160fc1e33d774ad165","parents": [{ "id": "021334dcb933779f77d778190974e7796c260a3f" }]},{"id": "021334dcb933779f77d778190974e7796c260a3f", "href": "/projects/GEN/repos/generator-bat/commits/021334dcb933779f77d778190974e7796c260a3f","parents": [{ "id": "8092bef9499c79b5913e17d3fde7bb4536d6c2a2" }]},{"id": "8092bef9499c79b5913e17d3fde7bb4536d6c2a2", "href": "/projects/GEN/repos/generator-bat/commits/8092bef9499c79b5913e17d3fde7bb4536d6c2a2","parents": [{ "id": "3ea9f914d804ed72896680cb621c5c2d72d9efe2" },{ "id": "d974ed43474a09fe1cae81998e85fc78fed7c7ab" }]},{"id": "3ea9f914d804ed72896680cb621c5c2d72d9efe2", "href": "/projects/GEN/repos/generator-bat/commits/3ea9f914d804ed72896680cb621c5c2d72d9efe2","parents": [{ "id": "118f389d3e1578cd08cce3d9bec45ce14fa75f0f" }]},{"id": "118f389d3e1578cd08cce3d9bec45ce14fa75f0f", "href": "/projects/GEN/repos/generator-bat/commits/118f389d3e1578cd08cce3d9bec45ce14fa75f0f","parents": [{ "id": "e2bc048976a69bbd0d8069645505fda0bfb43bdc" },{ "id": "925d1caadf3e59cfad051544b072d8c727cebac5" }]},{"id": "e2bc048976a69bbd0d8069645505fda0bfb43bdc", "href": "/projects/GEN/repos/generator-bat/commits/e2bc048976a69bbd0d8069645505fda0bfb43bdc","parents": [{ "id": "fdb95a352ee290f8dfadc4f0223a9a85ef5ab29b" }]},{"id": "fdb95a352ee290f8dfadc4f0223a9a85ef5ab29b", "href": "/projects/GEN/repos/generator-bat/commits/fdb95a352ee290f8dfadc4f0223a9a85ef5ab29b","parents": [{ "id": "335284c5f6943c328d2750bc55f7f34ea194131b" },{ "id": "7d9f59959949cfccdfa993e4a11f1d2fd3fcd88e" }]},{"id": "335284c5f6943c328d2750bc55f7f34ea194131b", "href": "/projects/GEN/repos/generator-bat/commits/335284c5f6943c328d2750bc55f7f34ea194131b","parents": [{ "id": "7f6ee0951aa049d7e8cfaaa52a24d8f5ed90a975" }]}]