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

Latest commit

 

History

History
89 lines (53 loc) · 6.59 KB

CHANGELOG.md

File metadata and controls

89 lines (53 loc) · 6.59 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.4.4 (2021-05-28)

2.4.3 (2021-04-26)

Bug Fixes

  • relative paths result in ENOENT (7999314)
  • replace paths to assets globally (609365b)

2.4.2 (2021-04-25)

Bug Fixes

  • relative paths result in ENOENT (7999314)

2.4.1 (2021-04-25)

Bug Fixes

2.4.0 (2021-03-15)

Features

  • add flatten option to structurizer (4550c18)
  • implement flatten and fix #31 (cea6eea)

2.3.5 (2021-03-15)

Bug Fixes

2.3.4 (2021-03-13)

2.3.3 (2021-03-13)

Bug Fixes

2.3.2 (2021-01-06)

2.3.1 (2020-12-14)

2.3.0 (2020-12-05)

Features

  • config: added default config (4b56d5a)
  • config: added verbose logging function (26d1c69)
  • config: updated default config with fixed values and type (ab95472)
  • core: added checks for config rules (52d3430)
  • core: enabled support for nested directories (2150f9e)
  • core: implemented AssetMap (1483bb6)
  • core: implemented FileManager (208983f)
  • providers: added Bundler provider (2bd66ee)
  • providers: added Config provider (0c62618)
  • providers: added Package provider (b781911)
  • scripts: added prepare-test script (e97df12)
  • scripts: added run-build script for tests (3a537fc)
  • added console information and exception handling (f5ed3e0)
  • updated default config and added logs util (1bac5c6)

Bug Fixes

  • core: ignored rewrite of image files (86abecb)
  • fixed invalid or unexpected values errors for rules (d96e48d)
  • updated logs to fix chalk error and better display (ef8eae4)
  • core: added proper path information to AssetMap (d941386)
  • core: fixed issue with config finder in AssetMap (5bd6f58)
  • lint: fixed linting issues (1568892)
  • providers: fixed publicUrl error in bundler config (c0a85d8)
  • providers: Removed Package provider and added Config.init function (9de7493)
  • fixed issue with versioning (be4ecf4)
  • updated prepare-bundles to reflect updated paths (0a39192)