mason 0.0.1-dev.34
mason: ^0.0.1-dev.34 copied to clipboard
A Dart template generator which helps teams generate files quickly and consistently.
0.0.1-dev.34 #
- fix: local mason get installation location for remote bricks
- fix!: always attempt to fetch latest remote brick
mason getno longer supports--forcesince it is handled automatically
0.0.1-dev.33 #
- feat: mason install command for global brick templates
- docs: update mustache manual link
- docs: update mason.yaml from init to use https for git
0.0.1-dev.32 #
- feat!: windows compatibility fixes
- 100% compatibility across macos, linux, and windows
- if you are experiencing issues after upgrading, try force re-fetching all templates via
mason get --force
0.0.1-dev.31 #
- feat: new templates are readily available
- docs: update README usage section to include
bundle - docs: update file resolution section and include note about unescaped variables
0.0.1-dev.30 #
- fix: improved error handling and error reporting
- improve error message when
mason newis missing a brick name - improve error message when
mason makeis missing a subcommand mason gethandle empty brick list inmason.yaml- avoid hydrating cache when
bricks.jsonis empty.
- improve error message when
- docs: add bundling documentation to
README
0.0.1-dev.29 #
- refactor: update logger api to support nullable strings
0.0.1-dev.28 #
- BREAKING feat: migrate to null safety
- BREAKING refactor: update file resolution tag to
{{% %}}for windows compatibility - fix: normalize brick paths to avoid escaping issues on windows
0.0.1-dev.27 #
- fix:
mason bundlepath resolution fixes
0.0.1-dev.26 #
- feat: exclude analyzer warnings from dart bundle
0.0.1-dev.25 #
- feat: add
mason bundlecommand - feat: add
MasonGenerator.fromBundle - fix: asset resolution issues
0.0.1-dev.24 #
- feat: add
mason cache clearcommand - fix:
mason getrestores bricks whenbrick.jsonis empty/missing
0.0.1-dev.23 #
- fix: support non-ascii characters in templates
0.0.1-dev.22 #
- fix: issue with variable mutation which excluded variables within arrays
0.0.1-dev.21 #
- feat: export
MasonGeneratorand relevant objects to allowmasonto be consumed as a library - feat: expose
fromGitPathonMasonGenerator
0.0.1-dev.20 #
- fix: file loop content template variable resolution
0.0.1-dev.19 #
- feat: file loop support
- fix: mason init incorrectly throwing MissingMasonYamlException
- refactor: simplify MasonGenerator.fromBrickYaml
0.0.1-dev.18 #
- BREAKING revert: remove dart executable template support
- feat: add
lowerCaseandupperCaselambdas - fix: support non utf8 encoded files
- fix: switch templating engine to be lenient by default
- refactor: avoid templating content with no delimeters
0.0.1-dev.17 #
- feat: support dart execution inside templates
- docs: add random_number example
- fix: handle empty or missing vars in
brick.yaml
0.0.1-dev.16 #
- BREAKING:
mason makecreates subcommands for all available bricksmason make <BRICK_NAME> -- --var1 value1 --var2 value2->mason make <BRICK_NAME> --var1 value1 --var2 value2
- feat:
mason make -hprovides a list of available subcommands based on available bricks - feat: add
mason getto get all bricks - feat: support for
mason get --force - feat: add local cache all bricks
- feat: improve error handling and messaging
- feat: require brick name consistency between
mason.yamlandbrick.yaml - fix: handle empty or malformed
mason.yaml - fix: handle empty or malformed
brick.yaml
0.0.1-dev.15 #
- feat: add
mason newto create a new brick - feat:
mason initsets up bricks with sample - fix: support bricks without
vars - fix: support bricks with empty
vars - docs: revamp README to include
Quick Startsection
0.0.1-dev.14 #
- fix: mason init path resolution
0.0.1-dev.13 #
- feat: improve
mason initoutput - refactor: internal brick improvements
- refactor: internal configuration file renaming
0.0.1-dev.12 #
- feat: add
mason init - feat: improve CLI output and error messages
- docs: update README documentation
0.0.1-dev.11 #
- BREAKING: rename
templatestobricks- rename
__template__to__brick__ - rename
template.yamltobrick.yaml
- rename
- BREAKING: rename
mason buildtomason make
0.0.1-dev.10 #
- feat: support file resolution from path variable
0.0.1-dev.9 #
- fix: unhandled
jsonexception when--jsonomitted
0.0.1-dev.8 #
- feat: support for
--jsonoption inmason build - feat: support loops in templates
0.0.1-dev.7 #
- BREAKING
mason.yamlis required - BREAKING template yaml no longer has files
- BREAKING
mason.yamlformat changed- all template files and directories should be included inside
__template__
- all template files and directories should be included inside
- feat:
mason.yamlformat changed - feat: nearest
mason.yamlwill be used - fix: improved error handling
- docs:
READMEupdates
0.0.1-dev.6 #
- feat: support
mason.yaml - feat: support prompts for vars
- refactor: use
CommandRunner - docs:
READMEupdates
0.0.1-dev.5 #
- fix: stop progress on build error
0.0.1-dev.4 #
- fix: mason CLI version fix
0.0.1-dev.3 #
- feat: support for remote templates
- feat: CLI loading indicator
0.0.1-dev.2 #
- docs: inline documentation updates
0.0.1-dev.1 #
Dev Release
- feat:
mason buildcommand with custom template - feat: mustache template support
- feat: built-in recase lambdas