- Fixes for Windows paths. While windows isn't tested and maintained, it should work now. [sassur]
- Resource dependencies consider the order deform list them. A widget requirement with several listed resources will have them depend on each other in order.
- NOTE:
remove_resources
changed toremove_resource
- it only accepts one resource now. - Replacing resources may require to replace dependencies as well.
This is now the default option for
replace_resource
andremove_resource
.
- New methods to interact and replace resources.
ResourceRegistry
objects now keep track offanstatic.Resources
inResourceRegistry.requirements
, rather than file paths.create_requirement_for
now figures out proper paths from fanstatic libraries, so just specify proper package paths like:package_name:some/dir/with/file.js
.
- Initial version