All Versions
6
Latest Version
Avg Release Cycle
30 days
Latest Release
2232 days ago

Changelog History

  • v2.0.0

    February 16, 2018
  • v0.2.3.0 Changes

    June 12, 2018
    * Relax upper bound to allow build with GHC 8.4
    
    * Haddock documentation fix for special characters.
    
  • v0.2.2.0 Changes

    March 02, 2018
    * Updated to use s-cargot release 0.1.4.0.
    
    More performance fixes in s-cargot for `basicPrint`, and using
    `unconstrainedPrint` without a width specification (because a
    width specification devolves into `basicPrint` anyhow).
    
  • v0.2.1.0 Changes

    March 02, 2018
    * Updated to use s-cargot release 0.1.3.0 and the
    `unconstrainedPrint` added in that version for increased
    performance.
    
  • v0.2.0.0 Changes

    February 16, 2018
    * Added verification ability to ensure let-bind variables are
    always unique with respect to each-other and with respect to all
    generated symbol strings within the s-expression.  This is
    performed internally within the 'discoverLetBindings' function,
    but requires the ability to get the string representation of an
    S-expression atom, so the 'extractStr' function is added to the
    'DiscoveryGuide' to support this.  If not provided, or if the
    provided form returns Nothing, no validation will be performed.
    
    * Suppress generation of let-binding phrase if there are no
      discovered bindings to apply.
    
  • v0.1.0.0 Changes

    February 14, 2018
    * Initial version.