Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Releases: asset-pipe/asset-pipe-build-server

v2.2.0

10 Nov 16:28
5641c6c
Compare
Choose a tag to compare

2.2.0 (2017-11-10)

Features

  • add meta-storage helper (957a67a)

v2.1.0

01 Nov 14:11
7ee831c
Compare
Choose a tag to compare

2.1.0 (2017-11-01)

Features

  • Update asset-pipe-css-reader to latest (1.0.1) (67d55e0)

v2.0.1

27 Oct 11:57
Compare
Choose a tag to compare

2.0.1 (2017-10-27)

Bug Fixes

  • package: update joi to version 13.0.1 (ad3cdce)

v2.0.0

27 Oct 11:27
Compare
Choose a tag to compare

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

26 Jun 13:42
Compare
Choose a tag to compare

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

26 Jun 13:40
Compare
Choose a tag to compare

This release bumps dependencies