This repository was archived by the owner on Apr 19, 2023. It is now read-only.
Releases: neurolag/ExtendedYoGenerator
Releases · neurolag/ExtendedYoGenerator
ExtendedYoGenerator v7.3.0
ExtendedYoGenerator v7.3.0
This release brings back support for resolvable properties, though all properties (except for IFileMapping.Context
) must be synchronous.
Added
- Support for synchronous resolvable values in
IFileMapping
s
ExtendedYoGenerator v7.2.0
ExtendedYoGenerator v7.2.0
In this release, handling file-mappings has been made easier by dropping support for resolvable properties which turned out to be quite useless for common use-cases.
Removed
- Support for resolvable values in file-mappings
ExtendedYoGenerator v7.1.0
ExtendedYoGenerator v7.0.3
ExtendedYoGenerator v7.0.3
Fixed
- A bug which prevented
FileMapping.Processor
s from working correctly
ExtendedYoGenerator v7.0.2
ExtendedYoGenerator v7.0.1
ExtendedYoGenerator v7.0.1
Fixed
- A bug which prevented some paths from working with
Generator.ComposeWith
ExtendedYoGenerator v7.0.0
ExtendedYoGenerator v7.0.0
This release brings a handy new feature for making extending generators easier. Additionally a few classes have been added to the extended-yo-generator-test
which allow you to test the integrity of file-mappings including file-mappings written in JSON and JavaScript.
extended-yo-generator
Added
- A
Generator.ComposeWith
-method for inheriting generators
extended-yo-generator-test
Added
- Classes for testing general file-mappings, file-mappings written in JavaScript and file-mappings written in JSON
- An instance of
random-js
'Random
class to theTestContext
for generating random values
ExtendedYoGenerator v6.0.0
ExtendedYoGenerator v6.0.0
Breaking
- Reverted the
destinationRoot
behavior
Fixed
- Nonfunctioning TypeScript intellisense
Added
- Support for setting the
moduleRoot
ofTestGenerator
s - Default
GeneratorOptions
for initializing generators - A method for resetting generator-settings in a
TestContext
- Public members to the
Generator
for improving the support for extending existing generators
Updated
- All packages
ExtendedYoGenerator v5.0.0
ExtendedYoGenerator v5.0.0
Breaking
destinationRoot
s default behavior:- Invoking
Generator.destinationRoot
doesn't cause the current working directory to change anymore but. Passfalse
as the second argument to get the original behavior.
- Invoking
Fixed
yeoman-generator
s behavior which caused the current working-directory to change
Added
- Automated updates of the
.npmignore
file
Updated
- All dependencies
- Unit-tests to look consistent
ExtendedYoGenerator v4.3.0
ExtendedYoGenerator v4.3.0
Added
- Support for the
initializing()
-method TestGenerator
class for testing generator-components- A default
TestContext.Default
for saidTestGenerator
- Mocha-tests for the new classes
Updated
- All packages
- Mocha-test layout