Skip to content

Releases: hanreev/types-ol

@hanreev/types-ol v3.0.0

10 Oct 15:35
Compare
Choose a tag to compare

Changelog

  • OpenLayers v6

@hanreev/types-ol v2.0.8

13 Aug 21:17
Compare
Choose a tag to compare

Changelog

  • nullable parameter types
  • fix ol/Feature.setStyle and ol/layer/Vector.setStyle

@hanreev/types-ol v2.0.7

06 Aug 15:48
Compare
Choose a tag to compare

Changelog

  • Add unified undefined parameter type--e.g., ol/Overlay~Overlay#setPosition method can accept either coordinate or undefined

@hanreev/types-ol v2.0.6

06 Aug 15:48
Compare
Choose a tag to compare

Changelog

  • Fix external import with same member name--e.g., GeoJSON from geojson module in ol/format/GeoJSON
  • Order module members by kind

@hanreev/types-ol v2.0.5

28 Jun 21:45
Compare
Choose a tag to compare

Changelog

  • Fix anonymous function parameters type
  • Fix union types

@hanreev/types-ol v2.0.4

25 Jun 10:32
Compare
Choose a tag to compare

Changelog

  • Fix optional parameters in function type.
    Ex: third parameter of {function(*, Array<*>, string=): (Node|undefined)}
  • Test files fixes

@hanreev/types-ol v2.0.3

25 Jun 10:30
Compare
Choose a tag to compare

Changelog

  • OpenLayers 5.3.3 source
  • Members and methods sorting

@hanreev/types-ol v2.0.2

16 May 17:13
Compare
Choose a tag to compare

Changelog

  • Fix object type
  • Use relative import path for ol modules (no-self-import)

@hanreev/types-ol v2.0.1

16 May 17:12
Compare
Choose a tag to compare

Changelog:

  • Refactor definition filenames
  • Remove module declaration
  • DefinitelyTyped standard with these ignored rules:
    • adjacent-overload-signatures
    • array-type
    • max-line-length
    • no-self-import
    • no-unnecessary-class
    • no-unnecessary-generics
    • unified-signatures

@hanreev/types-ol v1.0.2

03 May 03:42
Compare
Choose a tag to compare

Changeolg:

  • Sort imports
  • NPM compatibility as @types/ol