We have some baggage,
- support for CommonJS build from ES Modules, and code that is CommonJS
- old code to support ancient browsers like IE 11, which is dead
- experimental and incomplete SSR that no one has had been interested in or had time for finishing, and some of us believe there is a better way forward
- old
.styl syntax for our CSS. CSS has lots of new language features, including CSS Nesting which is out in all browser (Firefox with a flag), container queries, etc.
I propose:
v5
(Any chained pull requests are in the same order as in this list)
Future release if not v5
Non breaking changes:
Potentially Breaking changes:
We have some baggage,
.stylsyntax for our CSS. CSS has lots of new language features, including CSS Nesting which is out in all browser (Firefox with a flag), container queries, etc.I propose:
v5
(Any chained pull requests are in the same order as in this list)
.call, but rather be private methods. refactor: move some functions and module-level state into classes as private methods and properties to start to encapsulate Docsify #2136var->const, orfor(;;)->for(of), so it will be easier to review them sepatelyFuture release if not v5
Non breaking changes:
Potentially Breaking changes:
/index.htmlanddocs/index.html. Do we need duplicate code? Delete one.