generators
  1. generators

generator-bat

Public

Network

 
AuthorCommitMessageCommit Date
cueedeecueedee
3b927ecbd3eMMerge branch 'release/v1.1.3' into develop
cueedeecueedee
47913a28110MMerge branch 'release/v1.1.3'
cueedeecueedee
48e8a2f8fb8chore(release): 1.1.3
cueedeecueedee
010e9a0d76dchore(project): major version bump `mkdirp`
cueedeecueedee
06ca79f3a7cchore(project): bump d{,evD}ependencies to their {l,gre}atest See also: * https://github.com/advisories/GHSA-7fhm-mqm4-2wp7
cueedeecueedee
44ef8a06257MMerge branch 'release/v1.1.2' into develop
cueedeecueedee
094e43dfe5eMMerge branch 'release/v1.1.2'
cueedeecueedee
d4c2ba1d56bchore(release): 1.1.2
cueedeecueedee
5e35d5f116efix(generators/app): match documented `jshint` version with dependency's
cueedeecueedee
a57d90e623bdocs(project): match documented `jshint` version with dependency's
cueedeecueedee
28653b232ffMMerge branch 'release/v1.1.1' into develop
cueedeecueedee
dff3435b58eMMerge branch 'release/v1.1.1'
cueedeecueedee
99aca2688bcchore(release): 1.1.1
cueedeecueedee
ce7040c4c5dchore(project): bump d{,evD}ependencies to their {l.gre}atest See also: - https://github.com/advisories/GHSA-w457-6q6x-cgp9
cueedeecueedee
2909f6fdaeafix(templates/app): adapt to `jshint` fix
cueedeecueedee
58232f28629chore(project): adapt to `jshint` fix
cueedeecueedee
7b033869f5dchore(project): bump d{,evD}ependencies to their {l,gre}atest Address vulnerability reported for `lodash@<4.17.13` and `lodash.template@<4.5.0`; CVE-2019-10744
cueedeecueedee
72bdb854c04fix(generators/app): fix typo
cueedeecueedee
7e12699fbd3chore(project): bump `yeoman-generator` two major levels Does not appear to affect us.
cueedeecueedee
f9be19f922echore(project): bump most d{,evD}ependecies to their {l,gre}atest
cueedeecueedee
fbcfd8ca792fix(generators/app): update project baseline files with current best practices and defaults
cueedeecueedee
3f1f7c25d06chore(project): adapt to `jshint` version `2.10.2` Would like to enable `regexpu` too, but see: https://github.com/jshint/jshint/issues/3404
cueedeecueedee
102e9bb4124chore(project): do a clean `npm run refresh` with current dependencies
cueedeecueedee
52e4fbd0643chore(project): ensure a conforming minial dependency set at all times
cueedeecueedee
ad49d6b1eb6chore(project): conform to shared project baseline
cueedeecueedee
03321a0d00ffix(generators/app/templates): fix comment
cueedeecueedee
1840d714c26MMerge branch 'release/v1.1.0' into develop
cueedeecueedee
57e47321bcdMMerge branch 'release/v1.1.0'
cueedeecueedee
ab6922d7e8achore(release): 1.1.0
cueedeecueedee
db714c6e47ffeat(generators/app/templates): add support for easy access to generated code documentation
cueedeecueedee
440f8dcbf2dfix(generators/app/templatestests): fix unit test descriptions grammar
cueedeecueedee
8b3ffc223f4fix(generators/apps/templates): fix references in documentation
cueedeecueedee
d00f5128388fix(generators/app/templates): tweak ribbon
cueedeecueedee
d4f395eabe9feat(generators): change how the settings object(s) defines available apis * Update & document `bat:api` sub-generator; * Fix doc refs;
cueedeecueedee
e9977e6e663MMerge branch 'hotfix/v1.0.3' into develop
cueedeecueedee
d665ec9f2e5docs(generators/app/templates): elaborate on `browserify` transforms a bit more
cueedeecueedee
b107354e391refactor(coffeescript2): move `'use strict'` declarations to their outermost, file level Paving the way for a smooth(er) transition to `coffeescript@>=2`. This change virtually implies having to include `jshint`'s relaxing `validthis` option into your `coffee-jshint` config in order to avoid warnings about the `extend()` function definition that `coffeescript` injects for every `extend`-ed `class`. That is, at least for as long as we're stuck with `coffeescript@ < 2`. After we've crossed, ...
cueedeecueedee
f9984d0f70fdocs(project) resolve changelog section duplication
cueedeecueedee
ba45b2e6fe8docs(project): factor out a `CONTRIBUTING.md`
cueedeecueedee
59d7124ea7efix(generators/app/templates): remove `bash` command blocks' inconsistencies
cueedeecueedee
bad793515abdocs(project): remove `bash` command blocks' inconsistencies
cueedeecueedee
317f548503aMMerge branch 'release/v1.0.2' into develop
cueedeecueedee
d27689a152dMMerge branch 'hotfix/v1.0.3'
cueedeecueedee
e4b6463d685chore(release): 1.0.3
cueedeecueedee
0cb579be7dbchore(project): bump d{,evD}ependencies to their {l,gre}atest
cueedeecueedee
6658100bd79fix(project): include support `lib`-s with the `files` manifest
cueedeecueedee
97871ed508fMMerge branch 'release/v1.0.2'
cueedeecueedee
153baca0076chore(release): 1.0.2
cueedeecueedee
3fd33d738d2fix(generators/app/templates): ensure git hooks don't error-exit when there's nothing to do Prevents `"Could not detach HEAD"` errors on interactive rebases.
cueedeecueedee
b78c926ff67chore(project): ensure git hooks don't error-exit when there's nothing to do Prevents `"Could not detach HEAD"` errors on interactive rebases.