Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 928 Bytes

CHANGELOG.rst

File metadata and controls

39 lines (31 loc) · 928 Bytes

Changelog

next

  1. Vastly simplify the templating. This introduces major backward incompatibility.
  2. Implement caching to speed up the Explorer.
  3. Added a cached loader to speed up rendering during development.

0.3.1

  1. Django 1.11 compatibility.

0.3

  1. Simplify layout and models. This introduces some backward incompatibility with 0.2.1. You may need to update your templates.
  2. Vastly simplify the RESTful API.
  3. PyPy and Python 3.5 compatibility.

0.2.1

  1. Consider the entire nested structure when computing a cache key.
  2. Deepmerge now merges through nested lists.
  3. Deepmerge now does automatic type conversion from a dictionary to a dictionary in a list if required.

0.2

  1. Make it possible to override iframe.html for each project.
  2. New UI theme.
  3. Django template and RESTful API.

0.1.1

  1. Inevitable rename to avoid name collision.

0.1

  1. First release.