Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

72 lines (49 loc) · 3.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • JavaScript web service chapter (#83)
  • Screenshots for Python web application (#32)
  • Pros and cons for each way to make C++ code available as a web application or web wervice (#66)
  • Link to nlohmann/json (#88)

0.4.0 - 2020-06-10

Changed

  • Optimize flow of guide (#51, #66, #81, #82, #84)
  • Directory structure (#67)
  • Makefile does less entangles (#61)
  • Makefile is now using the user id and the user's group id as defined on the host system

0.3.0 - 2020-06-09

Added

  • C++ in SonarCloud analysis (#73)
  • Plot of equation (#30)

Fixed

  • Use fabs instead of abs to fix tolerance issue (#79)
  • Precision of the result (#79)

0.2.0 - 2020-06-09

Added

  • JSON schema powered form (#27)
  • WebAssembly module (#35)
  • Vega plot (#15)
  • Check broken links (#44)
  • Citable (#40)
  • Issue templates (#42)

Changed

  • have a separate code block for equations #29 #43
  • the html answer field: set instead of appending

0.1.0 - 2020-06-04

Initial release.

Added

  • React app chapter (#14)
  • Web worker chapter (#13)
  • Emscripten bindings chapter (#12)
  • Pubish web site (#7)
  • Capture shell commands in Makefile (#3)
  • Generated source code in repo (#1)
  • Python chapter (#8)