|
1 | 1 | THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
|
2 | 2 |
|
| 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 | + |
3 | 37 | PL-v0.6.4
|
4 | 38 | - FIX: using # for a link won't cause a jump
|
5 | 39 | - THX: thanks to @tylersticka for the heads up
|
|
0 commit comments