This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Releases: asset-pipe/asset-pipe-build-server
Releases · asset-pipe/asset-pipe-build-server
v2.2.0
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2017-10-27)
Bug Fixes
- feed upload: Add check for empty payload sent from client (f48a7d3)
Code Refactoring
- bundling: Change endpoints to include /js in path (9dd9115)
- bundling: Remove included, excluded and respond 404 if any files not found (0d62a5e)
- bundling: Update bundling response to return only file and uri in an object (5502917)
Features
- css support: Add CSS endpoints /bundle/css and /feed/css (24b8589)
Tests
- lib: Increase test coverage up to 100% (2922963)
BREAKING CHANGES
- bundling: server now responds with a 404 if any files not found
- bundling: Change build server json response from bundling
- bundling: /bundle endpoint changed to /bundle/js
/feed endpoint changed to /feed/js - feed upload: Change of behaviour from returning status 200 to returning 400 when payload sent
from client is empty - lib: bundling now always returns 200 status code not 202
- lib: /feed/:file endpoint now returns json instead of plain text and Content-Type header
is set to application/json
Version 1.0.0-beta.13
This release bumps one version to be able to publish to NPM due to previous version being published to NPM but not bumped in the repo.
Version 1.0.0-beta.12
This release bumps dependencies