Skip to content

Tags: RomiC/ya-disk

Tags

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(#613): migrate request transport from https to fetch (#641)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(#611, #612): ESM-first + CJS compatibility & migrate tests to no…

…de:test (#618)

* feat(#611, #612): migrate to ESM and node:test, add build system

- convert all lib/*.js and index.js from CommonJS to ESM
- add esbuild build system with dual CJS+ESM output (dist/)
- bump version to 5.0.0
- add package exports map and sideEffects: false
- replace Jest with node:test + node:assert/strict
- remove Jest mock files and jest.config.js
- remove custom test reporter
- replace url.parse() with WHATWG URL API
- update README with module support section and import examples

* Chore: AI Agents rules

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixing pubblishing npm package (#605)

* Fixing pubblishing npm package
* Scope OIDC permissions to publish job only

Agent-Logs-Url: https://github.com/RomiC/ya-disk/sessions/c2b999dd-c101-4122-ad31-2ee9d363a4d1

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Publishing old version (#606)

v4.0.1

Toggle v4.0.1's commit message
Bumped version

v3.0.1

Toggle v3.0.1's commit message
Bump version

v4.0.0

Toggle v4.0.0's commit message
Major update

v3.0.0

Toggle v3.0.0's commit message
Major release

* Minimal supported node version is 10.x
* DX-updates:
  * Linting+formatting
    * Removed `.editorconfig`
    * Added prettier and integrated it with `eslint`
    * Formatted code
  * Migrated Travis → Github-actions
  * Rewrote tests from ava+sinon to jest

v2.1.0

Toggle v2.1.0's commit message
Bumped version

v2.0.0

Toggle v2.0.0's commit message
Removed node 6.x from supported versions list