Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.39 KB

CHANGES.md

File metadata and controls

45 lines (30 loc) · 1.39 KB

unreleased

Added

  • Add detection of type declarations changes (#92, @azzsal)
  • Add detection of module_type declarations changes (#93, @NchamJosephMuam)
  • Add detection of classes addition and removal (#90, @marcndo)
  • Add detection of addition and removal of class type declarations (#103, @azzsal)
  • Add initial support for unwrapped libraries (#107, @Siddhi-agg, @azzsal)
  • Add detection of modified class declarations and class types (#106, @azzsal)

Changed

  • Improve diff representation of modified record types (#109, @azzsal)
  • Improve diff representation of modified variant types (#111, @azzsal)
  • Improve the diff representation of type declarations with more fine grained diffing of type kind, type privacy and type manifest (#120, @azzsal)
  • Improve the diff representation of type declarations to have type parameters diff (#113,@azzsal)

Deprecated

Fixed

  • Ignore hidden signature items (#102, @NchamJosephMuam)
  • Remove duplicate items in class and class types (#105, @azzsal)
  • Fixed loading of modules whose signature is given by a path to a module type: module X : Y (#128, @panglesd)

Removed

Security

0.1.1

Fixed

  • Remove dependency on unreleased diffutils package (#88, #95, @azzsal)

0.1.0

Added

  • First prototype of api-diff tool (@Siddhi-agg, @NathanReb)
  • First prototype of api-watch library (@Siddhi-agg, @NathanReb)