Releases: openlayers/jsdoc-plugin-typescript
Releases · openlayers/jsdoc-plugin-typescript
v3.2.0
v3.1.0
What's Changed
- Bump eslint from 8.57.0 to 8.57.1 by @dependabot in #64
- Convert tuples to simple Array by @ahocevar in #65
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Backwards incompatible changes
Module resolution
Module paths are now resolved using explicit module ids (@module ) and implicit module ids, mirroring the same method JSDoc uses. Therefore, the typescript.moduleRoot
config option is no longer needed and has been removed.
What's Changed
- Add a contributing doc by @tschaub in #59
- Fix typedef by @ahocevar in #62
- Module resolution improvements by @Daniel-Knights in #60
- Fix typedef regex to allow typedefs without contraints by @Daniel-Knights in #61
- Fix class leading comments order by @Daniel-Knights in #58
- Extra TS syntax support by @ahocevar in #63
Dependency updates
- Bump eslint from 8.34.0 to 8.57.0 by @dependabot in #55
- Bump string.prototype.matchall from 4.0.8 to 4.0.11 by @dependabot in #57
- Bump @types/proj4 from 2.5.2 to 2.5.5 by @dependabot in #56
- Bump @types/geojson from 7946.0.10 to 7946.0.14 by @dependabot in #54
- Bump jsdoc from 4.0.2 to 4.0.3 by @dependabot in #53
- Bump actions/checkout from 3 to 4 by @dependabot in #52
- Bump actions/setup-node from 3 to 4 by @dependabot in #51
New Contributors
- @Daniel-Knights made their first contribution in #60
Full Changelog: v2.3.0...v3.0.0