Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: terrestris/ol-util
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.0
Choose a base ref
...
head repository: terrestris/ol-util
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 4 contributors

Commits on Nov 14, 2022

  1. fix: restore attribute config object for multiple feature types

    BREAKING CHANGE: attributeDetails expects a nested object mapping requestable
    feature types to their attribute details
    annarieger committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    776c2f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. chore(deps-dev): bump @typescript-eslint/eslint-plugin

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.42.1 to 5.43.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.43.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    db258ba View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/jest from 29.2.2 to 29.2.3

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.2.2 to 29.2.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3c2fad0 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/shpjs from 3.4.1 to 3.4.2

    Bumps [@types/shpjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/shpjs) from 3.4.1 to 3.4.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/shpjs)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/shpjs"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c30cea1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #858 from terrestris/dependabot/npm_and_yarn/types…

    …/shpjs-3.4.2
    
    chore(deps-dev): bump @types/shpjs from 3.4.1 to 3.4.2
    dnlkoch authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    4a986f3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #857 from terrestris/dependabot/npm_and_yarn/types…

    …/jest-29.2.3
    
    chore(deps-dev): bump @types/jest from 29.2.2 to 29.2.3
    dnlkoch authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c8eefbe View commit details
    Browse the repository at this point in the history
  6. Merge pull request #856 from terrestris/dependabot/npm_and_yarn/types…

    …cript-eslint/eslint-plugin-5.43.0
    
    chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.42.1 to 5.43.0
    dnlkoch authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7c0d368 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #855 from terrestris/restore-wfs-filter-util

    WfsFilterUitl: Restore attribute config object for multiple feature types
    annarieger authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f37958c View commit details
    Browse the repository at this point in the history
  8. chore(release): 10.0.0 [skip ci]

    # [10.0.0](v9.0.0...v10.0.0) (2022-11-15)
    
    ### Bug Fixes
    
    * restore attribute config object for multiple feature types ([776c2f2](776c2f2))
    
    ### BREAKING CHANGES
    
    * attributeDetails expects a nested object mapping requestable
    feature types to their attribute details
    semantic-release-bot committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    003b092 View commit details
    Browse the repository at this point in the history
Loading