Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
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: l-lin/angular-datatables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.0.1
Choose a base ref
...
head repository: l-lin/angular-datatables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16.0.0
Choose a head ref
  • 11 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 16, 2023

  1. demo: update FAQ with visible property usage bug

    - also upgrade library dep to v15
    shanmukhateja committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c3cb67a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee7d718 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. build(deps): bump engine.io and socket.io

    Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.
    
    Updates `engine.io` from 6.2.1 to 6.4.2
    - [Release notes](https://github.com/socketio/engine.io/releases)
    - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
    - [Commits](socketio/engine.io@6.2.1...6.4.2)
    
    Updates `socket.io` from 4.5.3 to 4.6.1
    - [Release notes](https://github.com/socketio/socket.io/releases)
    - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io@4.5.3...4.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: engine.io
      dependency-type: indirect
    - dependency-name: socket.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 4, 2023
    Configuration menu
    Copy the full SHA
    0170952 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump engine.io from 6.4.1 to 6.4.2 in /demo

    Bumps [engine.io](https://github.com/socketio/engine.io) from 6.4.1 to 6.4.2.
    - [Release notes](https://github.com/socketio/engine.io/releases)
    - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
    - [Commits](socketio/engine.io@6.4.1...6.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: engine.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 4, 2023
    Configuration menu
    Copy the full SHA
    e4bc3ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e37751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6d279d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. build(deps): bump socket.io-parser from 4.2.2 to 4.2.3 in /demo

    Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/socketio/socket.io-parser/releases)
    - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io-parser@4.2.2...4.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 24, 2023
    Configuration menu
    Copy the full SHA
    2b9dfb8 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump socket.io-parser from 4.2.2 to 4.2.3

    Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/socketio/socket.io-parser/releases)
    - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io-parser@4.2.2...4.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 24, 2023
    Configuration menu
    Copy the full SHA
    6bc80a1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    5502fb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1acd51 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. chore: upgrade to Angular 16

    This commit includes the following changes:
    
    1. Remove unnecessary code from utils.
    2. Include a copy of `getFileContent` function.
    
    Upgrade to Angular v16
    shanmukhateja committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    14de8a3 View commit details
    Browse the repository at this point in the history
Loading