Changelog

All notable changes to this project will be documented in this file.
See Conventional Commits opens in a new tab for commit guidelines.

4.0.0

1 Dec 2022

💥 BREAKING CHANGES

  • Minimum supported Node version is v14.18; we’re dropping v12 support

3.1.0

12 Aug 2022

Features

3.0.1

2 Nov 2021

Features

💥 BREAKING CHANGES

  • programs now are in ES Modules and won’t work with Common JS require()

3.0.0

9 Sept 2021

Features

💥 BREAKING CHANGES

  • programs now are in ES Modules and won’t work with Common JS require()

2.10.0

24 May 2021

Features

  • config file based major bump blacklisting (e15f9bb)

2.9.1

28 Jan 2021

🔧 Fixed

  • add testStats to npmignore (f3c84e9)

2.7.0

20 Jan 2019
  • Various documentation and setup tweaks after we migrated to monorepo
  • Setup refresh: updated dependencies and all config files using automated tools

2.1.0

21 Jun 2018

GitHub sold us out. In the meantime, we:

  • Migrated to Bitbucket (to host repo + perform CI) and Codacy (for code quality audit)
  • Dropped BitHound (RIP) and Travis

2.0.0

4 May 2018
  • Complete rewrite. Now, the only thing homey does is it compiles the list of folder names from the input path, then replaces the given placeholder in a given file with the array of the paths to those folder names.

    In practice, Vue.js could drive the homepage and contain all the parts within a single HTML file. All it needs is a list of template folder paths. Vue.js can’t “look around” in your file system. You have to give it the list of hardcoded folder names to “bake” into the HTML homepage.

    This means, setup will be simpler now. There’s no more two files (“loop-me.html” and “template.html”) and everything is more straightforward.

  • Added unit tests!

1.8.0

24 Sept 2017
  • Removed JS Standard and swiched to raw ESLint on airbnb-base preset with config override to ban semicolons.
  • Made all linting checks to pass
  • Tweaked readme
  • Added gif files to npmignore so they don’t get npm installed
  • Updated bithound config to reflect the new setup

1.7.0

22 Aug 2017
  • More badges to readme
  • Updated all dependencies and package.json

1.6.0

23 Jul 2017
  • Updated to the latest API, adding recognition of the dates in titles in format 2014/04-15

1.5.0

22 Jul 2017
  • Updated to the latest API, adding improved recognition of the titles
  • Documentation with up-to-date author’s name
  • Added .npmignore

1.4.0

29 Jun 2017
  • Updated all dependencies

1.3.0

29 Jun 2017
  • Updated to the new version of the API package, CHLU, enabling new features: improved algorithm, reducing the change of false positives when versions are mentioned within the text.

1.2.0

23 Jun 2017
  • Updated to the new version of the API package, CHLU, enabling new features: automatic title linking, unused footer link removal

1.1.0

19 May 2017
  • Set up the update-notifier

1.0.0

17 May 2017
  • First public release