Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 642B

12345678910111213141516171819
  1. # `node-ignore` 4 ChangeLog
  2. # 4.x
  3. ## 2018-06-22, Version 4.0.0
  4. - **SEMVER-MAJOR**: Drop support for node < 6 by default.
  5. - **FEATURE**: supports the missing character ranges and sets, such as `*.[a-z]` and `*.[jJ][pP][gG]`
  6. - **FEATURE**: new option: `ignorecase` to make `ignore` case sensitive.
  7. - **FEATURE**: supports question mark which matches a single character.
  8. - **PATCH**: fixes typescript declaration.
  9. ## ~ 2018-08-09, Version 4.0.1 - 4.0.5
  10. - **PATCH**: updates README.md about frequent asked quesions from github issues.
  11. ## 2018-08-12, Version 4.0.6
  12. - **PATCH**: `Object.prototype` methods will not ruin the result any more.