This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Releases: Elchi3/mdn-doc-tests
Releases · Elchi3/mdn-doc-tests
September release
Thanks to the following people who contributed to this release:
Together, we did the following:
- Updated German and French l10n strings
- Added more allowed macros
- Added a test for different locale links
- Added a test for article length
- Refactored the creation and handling of the tab worker
- Added a progress bar at the top of the test results
- and many more minor improvements
- 78 commits in total
March release
Thanks to the following people who contributed to this release:
- @SebastianZ
- @SphinxKnight
- @goofy-bz
- @wbamberg
Together, we did the following:
- Updated tests to work on the DOM instead of on plain text
- Split tests into separate files
- Enabled tests for translation editing
- Added a test for finding
titleattributes that contain URLs - Added error summary to the top of the results
- Translated the add-on into French
- Made some styling tweaks to the test results
- Added a test for forbidden macro usage
- Added a test to disallow "$" and ">" in shell code examples
- The extension can now be used in private-browsing mode.
- Various other small fixes and discussions in issues.
- 72 commits in total
February 2016 release
This release contains a few new tests and refactoring here and there. Again, enormous thanks to @SebastianZ for working on a lot of these new features.
- Project has now localizable strings
- Project is now translated to German
- New test:
inis not allowed (error)
- New test: Line length should be < 78 (warning)
- New test: Class in "Syntax" section needs to be 'syntaxbox' (error)
- New preference setting: Automatically expand error messages (on/off)
- All tests now use a
check()function instead of simple RegExps. - Add-on got an icon
- Various other small enhancements and bug fixes
- 57 commits in total
January 2016 release
This release contains a few new tests and refactoring here and there. Enormous thanks to @SebastianZ for working on a lot of these new features.
- Fixed test
- Fixed alert, print, eval, document.write test
- Better HTML structure and nicer CSS
- Switch from JSON to object and ability to add advanced check functions
- Fixed empty element test
- Opening of sidebar adjusted
- New test for HTTP links
- New test for macro syntax errors
- New test for incorrectly highlighted syntax lines
- Listing of the specific issues in the sidebar to better find the problems in the doc
- New test for API headlines
- Repo now runs its unit tests on Travis CI
- 58 commits in total.
First jpm signed version
Merge pull request #21 from SebastianZ/issue-20 Adjusted for use with jpm (issue #20)