Skip to content

Latest commit

 

History

History
244 lines (112 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

244 lines (112 loc) · 10.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0-alpha.23 (2024-04-20)

Bug Fixes

  • Fix JSONLike model recognition (557d5a4)

2.0.0-alpha.22 (2024-04-05)

Bug Fixes

  • Add session validation to weak function pool (6caafc2)

2.0.0-alpha.21 (2024-04-01)

Bug Fixes

  • replace FinalizationRegistry (fce7f1d)

2.0.0-alpha.20 (2024-03-28)

Bug Fixes

  • Fix issues (with init method to public in client.ts) (ef8cbab)

2.0.0-alpha.19 (2024-03-28)

Features

  • Add static create method in Client class (1a6320d)

2.0.0-alpha.18 (2024-03-25)

Features

  • Add SendError class and refactor function resolver (5597e4b)

2.0.0-alpha.17 (2024-03-22)

Features

  • Changed way of generating default Classes; Add InvertedWeakMap; Code refactor; Uncomment and refine function cleanup test; Update LICENSE year; Updated Base Node and npm version to 18.x (38b2db1)

2.0.0-alpha.16 (2023-09-12)

Bug Fixes

  • change data showing due to unknown issue a failed load of compressionResolver (6be7870)

2.0.0-alpha.15 (2023-09-12)

Bug Fixes

  • Temporarily disable Session is not in opened state due to make some traces (932bb31)

2.0.0-alpha.14 (2023-07-03)

Bug Fixes

  • Add try...catch for each send function (3fe42d8)

2.0.0-alpha.13 (2023-03-30)

Bug Fixes

  • Add SessionStoreResolver for server. (585c1d7)
  • Resolver code smells (a0d704d)

2.0.0-alpha.12 (2023-03-29)

Bug Fixes

  • Back to Async (here we go again). Added JSONLike optimization module (04709cc)

2.0.0-alpha.11 (2023-03-28)

Bug Fixes

  • Fully remove brotli from CompressionResolvers (5bbdaff)

2.0.0-alpha.10 (2023-03-27)

Bug Fixes

  • Add idResolvers support. Add export of Integrated Resolvers. Add PureBrotliCompressionResolver and WasmBrotliCompressionResolver (for different env support) (9f5316e)

2.0.0-alpha.9 (2023-03-24)

Bug Fixes

  • Add idResolvers support. Add export of Integrated Resolvers. Add PureBrotliCompressionResolver and WasmBrotliCompressionResolver (for different env support) (7e7a933)

2.0.0-alpha.8 (2023-03-24)

Bug Fixes

  • Back to sync model resolver (Function Resolver) (1a08605)

2.0.0-alpha.7 (2023-03-23)

Bug Fixes

  • Fix Session is not in opened state Error. Back to sync model resolver (1b0902d)

2.0.0-alpha.6 (2023-03-19)

Bug Fixes

  • Add pure-uuid to fix crypto problem (temp solution) (4638f14)

2.0.0-alpha.5 (2023-03-16)

Bug Fixes

  • Remove useless packages (7b99bfc)

2.0.0-alpha.4 (2023-03-16)

Bug Fixes

  • Finally remove winston. Replaced with custom logging function. Updated Types. Fix WFP onclose event bad emitting. Remove isomorphic-ws. Updated Client params. (f955fb9)

2.0.0-alpha.3 (2023-03-15)

Bug Fixes

2.0.0-alpha.2 (2023-03-15)

Bug Fixes

2.0.0-alpha.1 (2023-03-14)

Bug Fixes

  • Fix build types (22c7ce1)
  • WFP Clean function when request is failed (c32f888)

2.0.0-alpha.0 (2023-03-13)

⚠ BREAKING CHANGES

  • Code is mostly changed. Client and Server are now Separated. Added ability to use CompressResolvers. Moved logger from console.log to winston. Buffer Polyfills are now integrated. stream-browserify installed only for logger support, but it could be used for adding streams on web. WeakFunctionPool is still badly cleaning unused functions
  • Moved tests (and jest) to another folder
  • Fully changed tsconfig

Features

  • Added types into dist build (6dcd971)
  • Code moved to ts (7aa5c4f)
  • Fully changed tsconfig (7da970f)
  • Moved tests (and jest) to another folder (68d5ce7)

1.1.3 (2023-03-01)

Bug Fixes

  • Fix Maximum call stack exceeded when trying to create a stream from client (e829597)

1.1.2 (2023-01-26)

Bug Fixes

  • Add types support. Add prebuilt for CommonJS and ESM (142dd97)

1.1.1 (2023-01-23)

Bug Fixes

  • Fix undefined ping/pong module on client-side (fb27eb8)
  • Fix unhandled Session is not in opened state error (05d0136)
  • Typo fix (f65ef59)

1.1.0 (2023-01-23)

Features

1.0.12 (2023-01-13)

Bug Fixes

  • update functionResolver (ba2fdad)

1.0.11 (2023-01-12)

Bug Fixes

  • remove node version ident (cfe246f)

1.0.10 (2022-12-29)

1.0.9 (2022-08-30)

1.0.8 (2022-08-30)

1.0.7 (2022-08-30)

1.0.6 (2022-08-30)

1.0.5 (2022-08-30)

1.0.4 (2022-05-22)

1.0.3 (2022-05-22)

1.0.2 (2022-05-22)