Releases: BirjuVachhani/spider
Releases · BirjuVachhani/spider
Release v4.2.2
- Upgrade dependencies.
- Use
isTrue
matcher instead oftrue
in tests. Contributed by @dkrutskikh
Release v4.2.1
- Upgrade dependencies.
- Specify platforms in
pubspec.yaml
file.
Release v4.2.0
- Add support for font family code-gen. Checkout docs for more info.
- Fix typo in
KEY_IGNORED_RULES
. - Implement fonts code generation based on fonts declaration in
pubspec.yaml
file. - Fix duplicated success logs.
- Upgrade dependencies.
- Add documentation links in default config templates.
Release v4.1.0
- Adds support for code generation on bundled package assets. Contributed by @Aqluse
- Upgraded dependencies.
Release v4.0.0
- Structural rewrite of the internal workings of the library that utilizes
CommandRunner
,Command
andFlagCommand
classes for better overall structure. - Renamed
info
command toabout
. - Refactored
check-updates
flag tocheck-for-updates
. - Added
--license
flag command. - Added
--docs
flag command. create
command no longer checks for current directory to be a Flutter project.- Fixes existing config detection for
--add-in-pubspec
flag increate
command. - Fixes stacktrace logging on error or exception.
- Color-codes success and error messages for better visual differentiation.
Release v3.2.0
- Fixes pubspec config detection.
- Fixes watch flag abbr parsing.
- Introduces
ignored_rules
feature which allows to specify ignore rules for generated files. - Introduces
sub_groups
feature.
Release v3.1.0
- Use
flutter_test
imports when generating tests for flutter project.
Release v3.0.0
- Fix flag abbr not working for some commands.
- Add support for creating configs in
pubspec.yaml
file. - Add support for creating config file at custom directory path.
- Add support for specifying custom config file path when running
build
command. - Build command now displays which config file is being used if there's more than one config file.
- Document new capabilities and commands.
Release v2.2.2
Release v2.2.1
- PR[#41]: values is not formatted in camel case if asset is written in snake case