Releases: patik/dof
Releases · patik/dof
v2.1.2
New GUI Web App
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
- 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
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
- Defaults to APS-C (Sony/Pentax/Nikon, not Canon)
- Cleaned up Grunt tasks
v0.1.0 — Public API
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
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
Added a live graph