Thanks to visit codestin.com
Credit goes to github.com

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: line-o/xbow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: line-o/xbow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 12 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 17, 2021

  1. chore(deps): bump ini from 1.3.5 to 1.3.8

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.8)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    e0054a2 View commit details
    Browse the repository at this point in the history
  2. doc(readme): extend compatibility info

    Add info for BaseX
    line-o committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    4df1c0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90f91bb View commit details
    Browse the repository at this point in the history
  4. refactor: rename map-reverse to map-flip

    BREAKING CHANGE: `xbow:map-reverse` is now `xbow:map-flip`
    line-o committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    f4660b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3ba3b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3641e8 View commit details
    Browse the repository at this point in the history
  7. feat(xbow): add xbow:last

    `xbow:last` will return the last item in a sequence _or_ array. If an empty list is given the empty sequence is returned.
    line-o committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    ce76ab9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34f81a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66c28de View commit details
    Browse the repository at this point in the history
  10. Merge pull request #11 from line-o/dependabot/npm_and_yarn/ini-1.3.8

    chore(deps): bump ini from 1.3.5 to 1.3.8
    line-o authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    be272eb View commit details
    Browse the repository at this point in the history
  11. Merge pull request #12 from line-o/next/release

    next release
    line-o authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    fb3bf8e View commit details
    Browse the repository at this point in the history
  12. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.0.0...v2.0.0) (2021-01-17)
    
    ### Bug Fixes
    
    * **xbow:** categorize[#3](#3) return type is array ([34f81a3](34f81a3))
    
    ### Code Refactoring
    
    * rename map-reverse to map-flip ([f4660b2](f4660b2))
    
    ### Features
    
    * **xbow:** add xbow:last ([ce76ab9](ce76ab9))
    
    ### BREAKING CHANGES
    
    * `xbow:map-reverse` is now `xbow:map-flip`
    semantic-release-bot committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    be571a8 View commit details
    Browse the repository at this point in the history
Loading