Changelog of @hackage/LPPaver 0.0.3.1

Changelog for LPPaver

v0.0.3.1

  • Write initial README.md and REFERENCE.md
  • Remove haddock documentation using GitHub pages
    • Issues with dependencies so using hackage instead

v0.0.3.0

  • Deploy haddock documentation using GitHub pages
  • Clean up and document new modules
  • Split up single Type.hs module into smaller and better encapsulated modules
  • Add constraintRightSide to LPPaver.Constraint.Util
  • Document LPPaver.Constraint.Type and LPPaver.Constraint.Util

v0.0.2.0

  • Replace minView with maxView in 'model search' mode
    • Higher ranges are more likely to produce models
  • Add test suite
    • Uses PropaFP and 'Place' examples
  • Update package dependencies

v0.0.1

  • Initial release