- Fixed a bug that prevented the toc to be updated when scrolling (1e5eb39)
- Added a
Removing Itemssection toDictionaries(971aef6) - Fixed a
lists-and-tuples.mdexample (41519b3) - Changed several titles (05603c0) (c595143)
- Optimized TOC by enabling
markdown-it-anchoranchor links (#87) - Optimized Mobile PageSpeed score (#88)
- Fixed DocSearch results by enabling
renderJavaScript. - Fixed DocSearch behavior.
- Added
Formatting DigitstoString formatting(#92) (caac300) - Fixed
function.mdexample (#89) - Fixed
popmethod example (#91)
- Enable Algolia DocSearch 🎉
- Update all internal navigation to use
router-link. - Fixed anchor link navigation.
- Fixed broken links.
- Added a
contributeplaceholder for unfinished sections. - Added useful community links to the footer.
- Added Pagination.
- Changed titles to be more descriptive.
- Changed TOC titles to be more concise and descriptive.
- Added Python Built-in Functions.
- Added Python standard library modules:
- datetime
- itertools
- json
- os
- pathlib
- random
- Added this changelog file.
The release of the new pythoncheatsheet.org website:
- Complete re-design with Vue 3 and Tailwind CSS.
- The site is now a PWA (Progressive web app) and can be installed in any platform that has a compatible web browser.It is also available offline.
- Added a dark mode.
- Added a reader mode.
- Added Algolia search (not available yet).
- Added contributors to the index page 🥰
- Added, fixed and removed code examples,
- Added an Edit this page on github link on every page to make easier to contribute.
- Changed hosting to Netlify with an OSS plan 🎉
- Removed and joined cheatsheet sections.
- Fixed grammar and spelling mistakes.