Changelog of @hackage/copilot-core 3.8
2022-03-07 * Version bump (3.8). (#298) * Replaces uses of the internal Dynamic with base:Data.Dynamic. (#266) * Mark package as uncurated to avoid modification. (#288)
2022-01-07 * Version bump (3.7). (#287) * Make imports explicit, reorganize imports. (#277) * Remove Copilot.Core.Type.Read. (#286) * Remove Copilot.Core.Type.Eq. (#285) * Remove Copilot.Core.Locals. (#284) * Deprecate Copilot.Core.Type.Show.ShowWit. (#283) * Remove Copilot.Core.Type.Show.showWit. (#282)
2021-11-07 * Version bump (3.6). (#264) * Deprecate Copilot.Core.Type.Dynamic.toDynF and fromDynF. (#269) * Deprecate copilot-core:Copilot.Core.Type.Uninitialized. (#270) * Deprecate export of copilot-core:Copilot.Core.Interpret.Render. (#268) * Replace uses of copilot-core's error reporting functions. (#267) * Introduce new ops atan2, ceiling, floor. (#246) * Add initial support for unit testing. (#256) * Deprecate unused type. (#260) * Remove deprecated module. (#250) * Fix outdated/broken links. (#252)
2021-08-19 * Version bump (3.5). (#247) * Update travis domain in README. (#222) * Remove commented code. (#15) * Update official maintainer. (#236) * Update source repo location. (#241) * Add I. Perez to author list. (#243)
2021-07-07
* Version bump (3.4). (#231)
* Deprecated Copilot.Core.Locals. (#141)
* Deprecated Copilot.Core.Type.Read module. (#144)
* Deprecated showWit. (#140)
* Deprecated Copilot.Core.Type.Eq. (#143)
* Remove unused module Copilot.Core.StructMarshal. (#139)
2021-05-07 * Version bump (3.3). (#217) * Fix URL in bug-reports field in cabal file. (#215) * Deprecate unused module Copilot.Core.MakeTags. (#142) * Deprecate unused functions in Copilot.Core.PrettyDot. (#137)
2021-03-05 * Version bump (3.2.1). (#136) * Completed the documentation. (#145)
2020-12-06 Ivan Perez ivan.perez@acm.org * Version bump (3.2). * Fixed implementation of tysize for n-dimensional arrays. (#147). * Removed sorting of interpreter output (#148). * Minor documentation fixes (#149, #151). * Credits: @fdedden.
2019-11-22 Ivan Perez ivan.perez@nianet.org * Version bump (3.1). * Eliminate random modules and generators (#157). * Updated contact information for 'impossible' error (#154). * Implement missing pretty printer for Index operator (#155).