Changelog for v2
See original GitHub issueI had issues trying to figure out what were the breaking changes for v2.
A CHANGELOG.md
+ release notes would certainly do no harm.
Great job with the lib nevertheless.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Changes & New Features | AutoHotkey v2
Changes & New Features. Changes from v1.1 to v2.0 covers the differences between v1.1 and v2.0. For full technical details of changes, refer...
Read more >Keep a Changelog
A changelog is a file which contains a curated, chronologically ordered list of notable changes for each version of a project. Why keep...
Read more >V2 API Changelog | SCORM Cloud Documentation
Changelog for V2 API. This is a place to see any changes that are made to the V2 API. Entries here will include...
Read more >Introducing Changelog 2.0
Introducing Changelog 2.0 ... I'm excited to finally be able to introduce you to Changelog 2.0! This might seem like a simple visual...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There were two breaking changes:
check
has been renamed toload
. This check method has been aliased toload
for many 1.x versions and in the documentation, but in 2.x thecheck
method has been removed.FontFaceObserver
on the global window object. This is no longer the case when you include Font Face Observer as a module (including the JS file still works as expected).I’ll include a CHANGELOG from now on, thanks for the suggestion.
This would be awesome man. It’s like having an utility but no explanation manual.