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 339B

1234567891011121314151617181920
  1. # 0.2.3
  2. * Removed: `/src` directory from the NPM package.
  3. # 0.2.2
  4. * Fixed: walk would throw if `filter` argument is not passed.
  5. # 0.2.1
  6. * Fixed: the module failing with TypeError in Node.js 0.12.
  7. # 0.2.0
  8. * Added: `parent` property to all nodes that are inside a container.
  9. * Added: `colon` type of a node.
  10. # 0.1.0
  11. Initial release