Consistent naming of Mithril.js

This commit is contained in:
Stephan Hoyer 2022-02-18 09:08:10 +01:00
parent 7b1fda5b66
commit 885b3f9442
48 changed files with 269 additions and 269 deletions

View file

@ -4,22 +4,22 @@ List of especially notable contributors to Mithril.js
# Credits
Mithril was originally written by Leo Horie, but it is where it is today thanks to the hard work and great ideas of many people.
Mithril.js was originally written by Leo Horie, but it is where it is today thanks to the hard work and great ideas of many people.
Special thanks to:
- Pat Cavit, who exposed most of the public API for Mithril 1.0, brought in test coverage and automated the publishing process
- Pat Cavit, who exposed most of the public API for Mithril.js 1.0, brought in test coverage and automated the publishing process
- Isiah Meadows, who brought in linting, modernized the test suite and has been a strong voice in design discussions
- Zoli Kahan, who replaced the original Promise implementation with one that actually worked properly
- Alec Embke, who single-handedly wrote the JSON-P implementation
- Barney Carroll, who suggested many great ideas and relentlessly pushed Mithril to the limit to uncover design issues prior to Mithril 1.0
- Barney Carroll, who suggested many great ideas and relentlessly pushed Mithril.js to the limit to uncover design issues prior to Mithril.js 1.0
- Dominic Gannaway, who offered insanely meticulous technical insight into rendering performance
- Boris Letocha, whose search space reduction algorithm is the basis for Mithril's virtual DOM engine
- Joel Richard, whose monomorphic virtual DOM structure is the basis for Mithril's vnode implementation
- Simon Friis Vindum, whose open source work was an inspiration to many design decisions for Mithril 1.0
- Boris Kaul, for his awesome work on the benchmarking tools used to develop Mithril
- Leon Sorokin, for writing a DOM instrumentation tool that helped improve performance in Mithril 1.0
- Jordan Walke, whose work on React was prior art to the implementation of keys in Mithril
- Boris Letocha, whose search space reduction algorithm is the basis for Mithril.js' virtual DOM engine
- Joel Richard, whose monomorphic virtual DOM structure is the basis for Mithril.js' vnode implementation
- Simon Friis Vindum, whose open source work was an inspiration to many design decisions for Mithril.js 1.0
- Boris Kaul, for his awesome work on the benchmarking tools used to develop Mithril.js
- Leon Sorokin, for writing a DOM instrumentation tool that helped improve performance in Mithril.js 1.0
- Jordan Walke, whose work on React was prior art to the implementation of keys in Mithril.js
- Pierre-Yves Gérardy, who consistently makes high quality contributions
- Gyandeep Singh, who contributed significant IE performance improvements
@ -27,4 +27,4 @@ Other people who also deserve recognition:
- Arthur Clemens - creator of [Polythene](https://github.com/ArthurClemens/Polythene) and the [HTML-to-Mithril converter](https://arthurclemens.github.io/mithril-template-converter/index.html)
- Stephan Hoyer - creator of [mithril-node-render](https://github.com/StephanHoyer/mithril-node-render), [mithril-query](https://github.com/StephanHoyer/mithril-query) and [mithril-source-hint](https://github.com/StephanHoyer/mithril-source-hint)
- the countless people who have reported and fixed bugs, participated in discussions, and helped promote Mithril
- the countless people who have reported and fixed bugs, participated in discussions, and helped promote Mithril.js