Releases: slugrustle/voltage_divider
Releases · slugrustle/voltage_divider
v1.12 Release
v1.12 adds some UI improvements
- Increased accessibility of HTML
- Input settings, results/resistor value display output, and equations shown/hidden persist across page loads within a tab/window
- "clear" links added for results and resistor value display
v1.11 Release
v1.11 incorporates a variety of improvements to the internal code.
v1.10 Release
Most v1.10 additions are internal
- Full utf support in .xlsx generator
- Far fewer variables in JavaScript global namespace
- More consistent code formatting
- More logical ordering of functions in code
- Added ESLint configuration
- HTML fully validates
- Minor UI touchup
v1.9 Release
v1.9 incorporates a variety of improvements to the UI.
v1.8 Release
v1.8 has two principal additions:
- Target Divider Ratio input accepts any mathematical expression with numbers, add, subtract, multiply, divide, unary minus, and parentheses
- All text-based user inputs are limited in length
v1.7 Release
Release v1.7 introduces:
- Results output in .xlsx spreadsheet format
- Bug fix in input validation
v1.6 Release
v1.6 introduces a few features and changes:
- Download of results as .csv file
- Buttons to show E24 and E96 series resistor values
- HTML display performed through DOM calls
- Notice that the download_csv() function is under the CC BY-SA 3.0 license
- Minor code and formatting changes
v1.5 Release
v1.5 introduces two improvements:
- Fixed a bug that caused excessive filtering of potential solutions
- Significant speedup when bounds are placed on min / max divider string resistance
v1.4 Release
Release v1.4 introduces significantly improved code organization relative to v1.3.
v1.3 Release
Relative to v1.2, release v1.3 has:
- A touched up voltage divider image
- Better user input validation
- Slightly cleaner code
- The ability to display 0Ω values in error messsages