Releases: BirjuVachhani/spider
Releases · BirjuVachhani/spider
Release v0.3.6
- Fixed issue of creating references for files like .DS_Store
- Now Spider shows error if you try to create a group with flutter specific assets directories like
2.0x
and3.0x
.
Release v0.3.5
- Fixes common commands execution issue. Now you can execute command anywhere you like.
Release v0.3.4
- Fix build command when there are sub-directories in assets directories #5
Release v0.3.3
- Added smart watch feature.
- use
--smart-watch
option when running build command to enable it.
Release v0.3.2
- Fixed create command.
Release v0.3.1
- Fix version command.
- Formatted outputs and added more verbose logs.
- Added config validation before processing assets.
Release v0.3.0
- Add support for categorization by file types.
- Add support for using prefixes for generated dart references.
Release v0.2.1
- Add support for JSON format for config files
- Add flag
--json
tocreate
command to create json config file. - Update readme to add json option for config file.
Release v0.2.0
- Add support for multiple assets directories
- Add support for separate class generation
- Uses sample config file config creation
Release v0.1.3
- Add support for watching directories for file changes
- Rename init command to create command
- Implemented verbose flag for the build command
- add build command