Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 691 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 691 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.3] - 2019-11-25

Added

  • Adds discoverEntries(basePath: string): Entrires function with ability to get config from package.json

[2.0.0] - 2018-11-28

Removed

  • Support for providing parameters in package.json was removed. Provide them directly in your weback.config file

Changed

  • discoverEntries function signature changed to discoverEntries(params: DiscoverEntriesParams = {}): Entrires