Skip to content

Releases: patik/dof

v2.1.2

23 Jan 10:59
47f6c39
Compare
Choose a tag to compare
  • Minor dependency patches

New GUI Web App

02 Jan 15:59
d03e65f
Compare
Choose a tag to compare

What's new

  • Completely rewrote the GUI as a Next.js web app (#20)
    • This means the GUI now supports metric measurements along with all other improvements between v1 and v2 of the module
  • Cypress E2E tests
  • Updated the About page
  • Also uses local storage (IndexedDB) to persist state across sessions
  • Supports permalinks from the old version of the GUI
  • Node module v2.1.0: more type and function exports from the dof module

Full Changelog: v2.0.0...v2.1.0

Metric support, types, and modernization

10 Dec 14:00
5e2d7f3
Compare
Choose a tag to compare
  • Metric measurements by default, with an option for imperial units
  • Consumable NPM module for use in any app
  • Project is modernized for more reliability and easier maintenance
  • TypeScript support

AMD module and separate GUI

04 Apr 19:13
Compare
Choose a tag to compare

The DoF module is now usable in AMD environments by itself. The GUI code has been separated so you can safely ignore it if all you need is the module.

Better defaults

30 Mar 21:44
Compare
Choose a tag to compare
  • Defaults to APS-C (Sony/Pentax/Nikon, not Canon)
  • Cleaned up Grunt tasks

v0.1.0 — Public API

24 Mar 20:05
Compare
Choose a tag to compare

This release creates an API so the calculation functionality can be used directly within your own app.

A subsequent release will strip the GUI (moving it to a separate repository) to create a utility that can be dropped into any app.

v0.0.3 — Graph refinement

23 Mar 22:56
Compare
Choose a tag to compare

Reduce extra animations when the graph renders
Better styling of graph
Better flow/layout of graph at different screen sizes
Updated documentation

v0.0.2 — Graph

23 Mar 22:17
Compare
Choose a tag to compare

Added a live graph