HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //proc/2165/cwd/node_modules/.pnpm/node_modules/fraction.js/CHANGELOG.md
# CHANGELOG

v5.2.2
    - Improved documentation and removed unecessary check

v5.2.1:
  - 2bb7b05: Added negative sign check

v5.2:
  - 6f9d124: Implemented log and improved simplify
  - b773e7a: Added named export to TS definition
  - 70304f9: Fixed merge conflict
  - 3b940d3: Implemented other comparing functions
  - 10acdfc: Update README.md
  - ba41d00: Update README.md
  - 73ded97: Update README.md
  - acabc39: Fixed param parsing

v5.0.5:
  - 2c9d4c2: Improved roundTo() and param parser

v5.0.4:
  - 39e61e7: Fixed bignum param passing

v5.0.3:
  - 7d9a3ec: Upgraded bundler for code quality

v5.0.2:
  - c64b1d6: fixed esm export

v5.0.1:
  - e440f9c: Fixed CJS export
  - 9bbdd29: Fixed CJS export

v5.0.0:
  - ac7cd06: Fixed readme
  - 33cc9e5: Added crude build
  - 1adcc76: Release breaking v5.0. Fraction.js now builds on BigInt. The API stays the same as v4, except that the object attributes `n`, `d`, and `s`, are not Number but BigInt and may break code that directly accesses these attributes.