Releases: rvl/bower2nix
Releases · rvl/bower2nix
v3.2.0
v3.1.1
v.3.1.0
v3.0.1
- Convert to Typescript 1.7
- Update NPM dependencies to latest versions
- Merge the
fetch-bower
library intobower2nix
and addfetch-bower
command. - Use async/await so that the
fetch-bower
commands are run sequentially.bower2nix
usually fails if all fetch-bower commands are run in parallel. - Instead of failing on the first error encountered, note the failure and output as much as possible.
- Fix odd error handling of
nix-hash
. - Add type annotations and commenting to function definitions.
- Add simple following of bower dependencies, so that package dependencies are recursively included in the nix output.
- Use the
bower.json
resolutions attribute if provided. - Enhance option parsing of
bower2nix
andfetch-bower
, so that the commands are easier to use. - Change
fetch-bower
output directory to an option argument instead of an environment variable. If run without an output directory,fetch-bower
will use a temporary location to download the package. - Remove need for
fetch-bower
to respawn itself. - New documentation will appear here: http://hydra.nixos.org/job/nixpkgs/trunk/manual/latest/download-by-type/doc/manual/#sec-bower