Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update classfile.ts for better parser #259

Closed
wants to merge 150 commits into from
Closed

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    e2d4af1 View commit details
    Browse the repository at this point in the history
  2. Fix typo in Readme

    Ericbla committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    f756d09 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Configuration menu
    Copy the full SHA
    775553b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Configuration menu
    Copy the full SHA
    9285e9d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Configuration menu
    Copy the full SHA
    9c64d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e3c5b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    b3e2c4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd75c74 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    4443726 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    ad27cfe View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Fixes Ericbla#3 Array encoding

    Ericbla committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    75379a7 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.4.2

    Ericbla committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    340d57a View commit details
    Browse the repository at this point in the history
  3. Re-apply prettier format

    Ericbla committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    b4ae885 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    482fb0b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    6f267b6 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    Ericbla committed May 24, 2019
    Configuration menu
    Copy the full SHA
    dbb1a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43893ca View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    3107338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee14f95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4637c5 View commit details
    Browse the repository at this point in the history
  4. types are lowercase

    NotBobTheBuilder committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    2097f98 View commit details
    Browse the repository at this point in the history
  5. fix bad indent

    NotBobTheBuilder committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    fa74c9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    204705b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f8bdfa View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    3819684 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Update dependencies

    Ericbla committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    6f66bf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a6cf8 View commit details
    Browse the repository at this point in the history
  3. Merge PR Ericbla#18 from

    Ericbla committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    0287201 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e34dc64 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Fixes Ericbla#20 String padded with space (0x20) instead of null (0x0…

    …) when reencoding
    Ericbla committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    f571a59 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. fix: ts type definitions

    mspasov committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    16d272c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Merge pull request Ericbla#21 from mspasov/type-fixes

    fix: ts type definitions
    Ericbla authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    4733c3f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    42612ee View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Added .vscode to .gitignore

    Ericbla committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    63c718a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aeb70b View commit details
    Browse the repository at this point in the history
  3. Fixes github build workflow

    Ericbla committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    295c6ec View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    398cdcf View commit details
    Browse the repository at this point in the history
  2. fix(TextEncoding): Binary Parser not work in old browsers

    Binary Parser not work in old browsers because it's don't have TextDecoder.
    fast-text-encoding package added to increase compatibility.
    szaboge authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    627f6e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc81af8 View commit details
    Browse the repository at this point in the history
  4. Add VSCode workspace settings

    yuhr authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    11712f9 View commit details
    Browse the repository at this point in the history
  5. Drop node 8 support

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fc040fa View commit details
    Browse the repository at this point in the history
  6. add parcel to dev dependencies

    abductedPlatypus authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1895f6a View commit details
    Browse the repository at this point in the history
  7. use strict equal in tests

    abductedPlatypus authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4439b84 View commit details
    Browse the repository at this point in the history
  8. add wrapper

    abductedPlatypus authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3e6afda View commit details
    Browse the repository at this point in the history
  9. add wrapper test

    abductedPlatypus authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3714a59 View commit details
    Browse the repository at this point in the history
  10. add missing strict equal

    abductedPlatypus authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b4a34b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48ae061 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcfb547 View commit details
    Browse the repository at this point in the history
  13. update package-lock.json

    abductedPlatypus authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    987601d View commit details
    Browse the repository at this point in the history
  14. remove parcel from package

    abductedPlatypus authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a9d908b View commit details
    Browse the repository at this point in the history
  15. add docs for wrapped

    abductedPlatypus authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4fdaed1 View commit details
    Browse the repository at this point in the history
  16. fix package-lock.json

    abductedPlatypus authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bf089e5 View commit details
    Browse the repository at this point in the history
  17. Update to lockfileVersion 2

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1c50eaa View commit details
    Browse the repository at this point in the history
  18. Update y18n to fix a vulnerability

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    435de98 View commit details
    Browse the repository at this point in the history
  19. Update dev dependencies

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b4fceac View commit details
    Browse the repository at this point in the history
  20. Bump to v1.8.0

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2f68fb4 View commit details
    Browse the repository at this point in the history
  21. Update lodash to fix a vulnerability

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    700d24a View commit details
    Browse the repository at this point in the history
  22. Add CI test for node 16

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    af7bea0 View commit details
    Browse the repository at this point in the history
  23. Fixed some function signatures

    Rzial authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fbc2c6c View commit details
    Browse the repository at this point in the history
  24. Removed trailing blank spaces

    Rzial authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bd36806 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8382ab3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7ba57ae View commit details
    Browse the repository at this point in the history
  27. Fix keichi#76

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d8338a9 View commit details
    Browse the repository at this point in the history
  28. Fixed formatting

    Rzial authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fc3f816 View commit details
    Browse the repository at this point in the history
  29. Added $index context variable

    Rzial authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e0e2e61 View commit details
    Browse the repository at this point in the history
  30. Bump to v1.9.0

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f77ecf2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d9ac644 View commit details
    Browse the repository at this point in the history
  32. Bump to v1.9.1

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d19af5f View commit details
    Browse the repository at this point in the history
  33. Removed typo on code generation

    Rzial authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2778734 View commit details
    Browse the repository at this point in the history
  34. Update binary_parser.ts

    Fix wrong types
    Rechdan authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b9d24a6 View commit details
    Browse the repository at this point in the history
  35. Update dependencies

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7590e78 View commit details
    Browse the repository at this point in the history
  36. Bump to v1.9.2

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d88ee9e View commit details
    Browse the repository at this point in the history
  37. Add benchmark script

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    96366f2 View commit details
    Browse the repository at this point in the history
  38. Update dependencies

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c12589d View commit details
    Browse the repository at this point in the history
  39. Disable context variables by default

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d38bb8e View commit details
    Browse the repository at this point in the history
  40. Use prettier's default formatting style

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    17baac8 View commit details
    Browse the repository at this point in the history
  41. Use double quotes in README

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b105fc7 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0866236 View commit details
    Browse the repository at this point in the history
  43. feat: remove IE11 & node.js 10 support

    manzt authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    78c6e35 View commit details
    Browse the repository at this point in the history
  44. feat: export esm entrypoint

    manzt authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8dedff3 View commit details
    Browse the repository at this point in the history
  45. chore: combine source

    manzt authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    21add19 View commit details
    Browse the repository at this point in the history
  46. Update dependencies

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    76ac35e View commit details
    Browse the repository at this point in the history
  47. Add package script for running CJS build

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6f5fcdc View commit details
    Browse the repository at this point in the history
  48. Bump version to 2.0.0

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8345513 View commit details
    Browse the repository at this point in the history
  49. chore: set shared tsc target

    manzt authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8f77ddf View commit details
    Browse the repository at this point in the history
  50. fix: target ES6

    manzt authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    97b690c View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    20beac2 View commit details
    Browse the repository at this point in the history
  52. Use let and const instead of var

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3507c82 View commit details
    Browse the repository at this point in the history
  53. Update README

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f87c314 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    07aa9c9 View commit details
    Browse the repository at this point in the history
  55. Fix typo

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ac9755c View commit details
    Browse the repository at this point in the history
  56. Bump to 2.0.1

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    dfb1e91 View commit details
    Browse the repository at this point in the history
  57. Rename LICENSE.md to LICENSE

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4473836 View commit details
    Browse the repository at this point in the history
  58. Enable strict type checking

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4ed5d3d View commit details
    Browse the repository at this point in the history
  59. Improve error messages

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    29a5353 View commit details
    Browse the repository at this point in the history
  60. Translate unit tests to TypeScript

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9a1b73a View commit details
    Browse the repository at this point in the history
  61. Run tests directly using ts-node

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8729eae View commit details
    Browse the repository at this point in the history
  62. Translate examples to TypeScript

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2bc412b View commit details
    Browse the repository at this point in the history
  63. Make examples work from any directory

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b3a6eaa View commit details
    Browse the repository at this point in the history
  64. Adjust build script

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ec9994c View commit details
    Browse the repository at this point in the history
  65. Remove nyc

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d1f4782 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    78b293d View commit details
    Browse the repository at this point in the history
  67. Run style check with prettier on CI

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    97116ee View commit details
    Browse the repository at this point in the history
  68. Add documentation for sizeOf() in README

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7e837fd View commit details
    Browse the repository at this point in the history
  69. Fix assert as method definition

    mohd-akram authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b4080d7 View commit details
    Browse the repository at this point in the history
  70. Bump to v2.0.2

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6543684 View commit details
    Browse the repository at this point in the history
  71. Bump karma from 6.3.4 to 6.3.14

    Bumps [karma](https://github.com/karma-runner/karma) from 6.3.4 to 6.3.14.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v6.3.4...v6.3.14)
    
    ---
    updated-dependencies:
    - dependency-name: karma
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b52a54c View commit details
    Browse the repository at this point in the history
  72. Bump follow-redirects from 1.14.4 to 1.14.8

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6065daf View commit details
    Browse the repository at this point in the history
  73. Bump log4js from 6.3.0 to 6.4.1

    Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.1.
    - [Release notes](https://github.com/log4js-node/log4js-node/releases)
    - [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md)
    - [Commits](log4js-node/log4js-node@v6.3.0...v6.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: log4js
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    61446da View commit details
    Browse the repository at this point in the history
  74. Update dependencies

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    60d7b60 View commit details
    Browse the repository at this point in the history
  75. Escape assert strings

    This fixes .string("var", "string with \n in it")
    vexcat authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ca50ae7 View commit details
    Browse the repository at this point in the history
  76. Bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    625d232 View commit details
    Browse the repository at this point in the history
  77. Bump async from 3.2.1 to 3.2.3

    Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.3.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
    - [Commits](caolan/async@v3.2.1...v3.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    acdfbc3 View commit details
    Browse the repository at this point in the history
  78. Format source code

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4656f52 View commit details
    Browse the repository at this point in the history
  79. Fix typo (endianess -> endianness)

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b63ca61 View commit details
    Browse the repository at this point in the history
  80. Update dependencies

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f9672b8 View commit details
    Browse the repository at this point in the history
  81. Bump to v2.0.3

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6ab9435 View commit details
    Browse the repository at this point in the history
  82. Allow long bit field sequences

    mohd-akram authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    11e1a49 View commit details
    Browse the repository at this point in the history
  83. Bump to 2.1.0

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2b75d23 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    b7ffee6 View commit details
    Browse the repository at this point in the history
  85. fix: remove unnecessary null guard

    wpyoga authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a8fca1e View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    adce05f View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    c3743aa View commit details
    Browse the repository at this point in the history
  88. Bump to v2.2.0

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    72b1e91 View commit details
    Browse the repository at this point in the history
  89. Add source map lib files

    cmdcolin authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    695243e View commit details
    Browse the repository at this point in the history
  90. Add all dist folder

    cmdcolin authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fe7a312 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    d87fc4b View commit details
    Browse the repository at this point in the history
  92. Update dependencies

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    04d5f23 View commit details
    Browse the repository at this point in the history
  93. Bump to v2.2.1

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9f95d6b View commit details
    Browse the repository at this point in the history
  94. Fix typos

    mohd-akram authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2ba775b View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    786be0b View commit details
    Browse the repository at this point in the history
  96. Bump socket.io-parser from 4.0.4 to 4.0.5

    Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5.
    - [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.0.4...4.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6cf521b View commit details
    Browse the repository at this point in the history
  97. Bump qs and body-parser

    Bumps [qs](https://github.com/ljharb/qs) and [body-parser](https://github.com/expressjs/body-parser). These dependencies needed to be updated together.
    
    Updates `qs` from 6.7.0 to 6.11.0
    - [Release notes](https://github.com/ljharb/qs/releases)
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.7.0...v6.11.0)
    
    Updates `body-parser` from 1.19.0 to 1.20.1
    - [Release notes](https://github.com/expressjs/body-parser/releases)
    - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
    - [Commits](expressjs/body-parser@1.19.0...1.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: indirect
    - dependency-name: body-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e5bf1e5 View commit details
    Browse the repository at this point in the history
  98. Bump minimatch from 3.0.4 to 3.1.2

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    21d16be View commit details
    Browse the repository at this point in the history
  99. 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.1.2 to 6.2.1
    - [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.1.2...6.2.1)
    
    Updates `socket.io` from 4.4.1 to 4.5.3
    - [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.4.1...4.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: engine.io
      dependency-type: indirect
    - dependency-name: socket.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c4731e5 View commit details
    Browse the repository at this point in the history
  100. Bump json5 from 2.2.0 to 2.2.3

    Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.0...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f6ee616 View commit details
    Browse the repository at this point in the history
  101. Bump ua-parser-js from 0.7.31 to 0.7.33

    Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33.
    - [Release notes](https://github.com/faisalman/ua-parser-js/releases)
    - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
    - [Commits](faisalman/ua-parser-js@0.7.31...0.7.33)
    
    ---
    updated-dependencies:
    - dependency-name: ua-parser-js
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c527629 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    b4aa970 View commit details
    Browse the repository at this point in the history
  103. Fix formatting issues. Add tests

    nick-hunter authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    033ef4a View commit details
    Browse the repository at this point in the history
  104. Update dependencies

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1c6e68b View commit details
    Browse the repository at this point in the history
  105. Bump node.js version requirement

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d6bc4f8 View commit details
    Browse the repository at this point in the history
  106. Fix code formatting

    keichi authored and stereokai committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ab81ad7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    6ea611b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e92ea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65e8e39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9120a20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40de365 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    51d99c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Update classfile.ts for better parser

    This is a more complete parser.
    Kreijstal authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e2741ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    830cc2e View commit details
    Browse the repository at this point in the history