Releases: openlayers/jsdoc-plugin-typescript
Releases · openlayers/jsdoc-plugin-typescript
v3.2.1
What's Changed
- Fix type replace regex by @Daniel-Knights in #67
- Bump jsdoc from 4.0.3 to 4.0.4 by @dependabot[bot] in #68
- Bump @types/geojson from 7946.0.14 to 7946.0.15 by @dependabot[bot] in #69
- Bump eslint-config-openlayers from 19.0.0 to 20.0.0 by @dependabot[bot] in #70
- Use mjs for proper VSCode integration by @tschaub in #71
- Bump string.prototype.matchall from 4.0.11 to 4.0.12 by @dependabot[bot] in #72
- Bump @types/proj4 from 2.5.5 to 2.5.6 by @dependabot[bot] in #73
- Bump fs-extra from 11.2.0 to 11.3.0 by @dependabot[bot] in #74
- Bump @types/geojson from 7946.0.15 to 7946.0.16 by @dependabot[bot] in #75
- Bump @types/proj4 from 2.5.6 to 2.19.0 by @dependabot[bot] in #78
- Bump proj4 from 2.19.7 to 2.19.10 by @dependabot[bot] in #79
- Update link to JSDoc by @cmahnke in #80
- Bump fs-extra from 11.3.0 to 11.3.1 by @dependabot[bot] in #81
- Bump fs-extra from 11.3.1 to 11.3.2 by @dependabot[bot] in #84
- Bump jsdoc from 4.0.4 to 4.0.5 by @dependabot[bot] in #85
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #86
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #82
- Bump proj4 from 2.19.10 to 2.20.2 by @dependabot[bot] in #90
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #89
- Bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #87
- Bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #92
- Bump proj4 from 2.20.2 to 2.20.3 by @dependabot[bot] in #97
- Bump fs-extra from 11.3.2 to 11.3.3 by @dependabot[bot] in #91
- Bump minimatch from 3.1.2 to 3.1.5 by @dependabot[bot] in #95
- Bump fs-extra from 11.3.3 to 11.3.4 by @dependabot[bot] in #98
- Bump proj4 from 2.20.3 to 2.20.4 by @dependabot[bot] in #100
- Bump flatted from 3.3.2 to 3.4.2 by @dependabot[bot] in #102
- Bump proj4 from 2.20.4 to 2.20.6 by @dependabot[bot] in #104
- Updates for eslint v10 by @ahocevar in #107
- Bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in #106
New Contributors
Full Changelog: v3.2.0...v3.2.1
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