Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit ec1bde3

Browse files
committed
updating the CHANGELOG
1 parent d5d5f36 commit ec1bde3

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

3+
PL-v0.7.0
4+
- ADD: auto-reload server can be started directly from the watcher
5+
- ADD: pattern parameter support
6+
- ADD: styleModifier support
7+
- ADD: pseudo-pattern support
8+
- ADD: RAM usage now outputted when generating the site
9+
- ADD: an easter egg
10+
- ADD: configuration flag for cleanPublic
11+
- ADD: dedicated pattern header and footer files
12+
- ADD: QR code generator to make mobile testing easier
13+
- ADD: reverse lineages to see where a pattern is used
14+
- ADD: if _data.json contains a reserved keyword an error is thrown
15+
- ADD: closer to being PSR-0 and PSR-1 compatible
16+
- ADD: migrator class to handle file moves/updates between versions
17+
- ADD: configurer class to handle managing the configuration file
18+
- FIX: ran JS hint against project JavaScript
19+
- FIX: attempted to add better cache busting
20+
- FIX: reorganized the project for better upgradeability by moving lots to core/
21+
- FIX: malformed JSON throws error and gives file name
22+
- FIX: code view styles
23+
- FIX: annotation styles and functionality are now more robust
24+
- FIX: mobile styles are more robust including scrolling on iOS7
25+
- FIX: drop down interaction
26+
- FIX: refactored how patterns and view all pages are gathered and generated
27+
- FIX: lineage list now hidden if pattern doesn't have a lineage
28+
- FIX: listitems.json and data.json default attributes match
29+
- FIX: an existing config.ini file is automatically updated with new version
30+
- FIX: pull bar now works in Firefox
31+
- FIX: history now works in Firefox
32+
- FIX: renamed the websocket servers
33+
- THX: thanks to @faustgertz for some fixes with the new watcher class
34+
- THX: thanks to @coding-stuff for the original idea and original code for pattern parameters
35+
- THX: thanks to @mattwellss for inspiring the PSR compliant changes as well as changes to the configuration
36+
337
PL-v0.6.4
438
- FIX: using # for a link won't cause a jump
539
- THX: thanks to @tylersticka for the heads up

0 commit comments

Comments
 (0)