Skip to content

Latest commit

 

History

History
117 lines (75 loc) · 10.6 KB

CHANGES.md

File metadata and controls

117 lines (75 loc) · 10.6 KB

Flask-Moment change log

Release 1.0.6 - 2024-05-28

  • Remove use of deprecated datetime.utcnow() function (commit)
  • Support timestamps passed as ISO 8601 strings #94 (commit)

Release 1.0.5 - 2022-10-05

  • Upgrade moment.js to version 2.29.4 #89 (commit) (thanks Ezequiel Parziale!)
  • Fix documentation typos #88 (commit) (thanks Tim Gates!)

Release 1.0.4 - 2022-07-17

  • Add packaging as a dependency #86 (commit) (thanks Chuxiao Feng!)

Release 1.0.3 - 2022-07-16

  • Return the raw JavaScript code to enable unsupported use cases #84 (commit)
  • Remove deprecated StrictVersion usage #85 (commit)

Release 1.0.2 - 2021-07-16

  • High CPU usage when refresh is disabled #81 (commit)

Release 1.0.1 - 2021-06-11

  • Fix package metadata for release #80 (commit)

Release 1.0.0 - 2021-06-11

  • Remove dependency on jQuery (commit) (thanks yuxiaoy!)
  • Add diff() function #78 (commit) (thanks valerii!)
  • Import Markup from markupsafe #71 (commit) (thanks jn!)
  • Fix Markup in unit tests #72 (commit) (thanks Valerii Tryhubov!)
  • Sphinx documentation (commit)
  • Update requirements for example application (commit)
  • Improved project structure (commit)
  • Update links in documentation #79 (commit) (thanks Frank Yu!)
  • Unit test reorganization (commit)
  • GitHub Actions builds (commit)
  • Fix documentation typos #74 (commit) (thanks yuxiaoy!)

Release 0.11.0 - 2020-12-17

  • Update default moment version and hash #67 (commit) (thanks Irakliy Krasnov!)
  • Always use https:// to request the JavaScript files from the CDN #65 (commit) (thanks Vicki Jackson!)
  • Update moment.js and add option to use Moment.js without locales #63 (commit) (thanks Steven van de Graaf!)

Release 0.10.0 - 2020-06-10

  • Various code and test improvements, also add python 3.7 and 3.8 to build (commit)
  • Remove use of JavaScript eval#60 (commit) (thanks Emilien Klein!)
  • Docs: Fix simple typo, acepted -> accepted #58 (commit) (thanks Tim Gates!)
  • Add toTime and toNow to display functions #57 (commit) (thanks Mohamed Feddad!)

Release 0.9.0 - 2019-08-04

  • Updated requirements in example application (commit)
  • Add support of customization object for the method moment.locale #50 (commit) (thanks Aleksandr!)

Release 0.8.0 - 2019-06-16

  • Default format #48 (commit) (thanks jacobthetechy!)
  • Simplify tests and handling of js versions (commit)
  • Add SRI v2.0 #42 (commit) (thanks M0r13n!)

Release 0.7.0 - 2019-02-16

  • Added no_js argument to include_moment (commit)
  • Fix license declaration in setup.py (commit)

Release 0.6.0 - 2017-12-28

  • Fix travis build (commit)
  • Add auto-detect locale support #33 (commit) (thanks Grey Li!)
  • Fixed unit tests (commit)

Release 0.5.2 - 2017-09-29

  • Bump moment.js version to 2.18.1 (commit)
  • Travis build badge (commit)
  • A few unit test fixes, plus tox/travis builds (commit)
  • Add tests for the basic features #28 (commit) (thanks Kyle Lawlor!)
  • Added example of how to setup Flask-Moment using a Flask app factory (commit) (thanks Jeff Widman!)
  • Switched imports from deprecated flask.ext.extensionname format to flask_extensionname (commit) (thanks Jeff Widman!)

Release 0.5.1 - 2015-08-06

  • Hide timestamps until rendering is complete #16 (commit) (thanks Cole Kettler!)
  • Upgrading the default version to the latest moment.js release(2.10.3) (commit) (thanks small-yellow-rice!)

Release 0.4.0

  • Added local_js option to include_moment() and include_jquery() (commit)
  • pep8 fixes (commit)

Release 0.3.3

Release 0.3.2

  • Correct include_moment(version=None) handling #8 (commit)

Release 0.3.1

  • Fixed https support (commit) (thanks Tal Shiri!)

Release 0.3

  • Added "local" argument to moment() constructor to disable conversion from UTC to local time (commit)
  • Use secure URLs when request is secure #2 (commit)

Release 0.2

  • First public version