Sha256: 5f0888fa52f05fda90ffc634cd4c557aaf4ad7fb1001513ba62f14c93c519281

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 KB

Contents

# Changelog

This is a [changelog](https://keepachangelog.com/en/0.3.0/).

This project attempts to follow [semantic versioning](https://semver.org/)

## Unreleased

* _nada_

## 1.0.4 - 2018-10-02

* bug fixes
  * Fix bug where webpack presence was not correct causing the manifest file to
    not be copied which caused webpack assets to not work (either the new
    version wouldn't be found or the old version would continue to be used).

## 1.0.3 - 2018-08-13

* features
  * Support for my.development.rb

## 1.0.2 - 2018-07-11

* bug fixes
  * Fix bug with webpacker integration preventing it from being enabled.

## 1.0.1 - 2018-06-19

* bug fixes
  * Fix bug with webpacker integration when using CDN where packs/manifest.json
    wasn't being copied to other servers.

## 1.0.0 - 2018-06-18

* breaking changes
  * The `upload_assets_to_s3` task's `s3_destination` used to be of the form
    `"s3://some-bucket-dev/assets"`. Now it is of the form
    `"s3://some-bucket-dev"`. The task appends `"/assets"` for you. It does this
    because if it detects webpack, it also appends `"/packs"` in order to upload
    both assets and packs directories next to each other.

## Version - Date

* breaking changes
  * enhancement A
  * enhancement B

* deprecations
  * deprecation A
  * deprecation B

* bug fixes
  * bug fix A
  * bug fix B

* enhancements
  * enhancement A
  * enhancement B

* features
  * feature A
  * feature B

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jefferies_tube-1.0.4 CHANGELOG.md