Skip to content

Releases: tgsnake/fileid

2.1.0

10 Apr 12:29
Compare
Choose a tag to compare

✨ Update @tgsnake/fileid to 2.1.0 
🗒️ Changelog:

  • Add deno support

🚀 Installation Guide :  

  • Deno :  import { FileId, FileType, ThumbnailSource, FileTypeUniqueId } from "https://deno.land/x/tgsnake_fileid@2.1.0/src/index.ts";
  • NodeJS :  
    npm i @tgsnake/fileid or yarn add @tgsnake/fileid 

🪲 Know Bugs

  • Nothing, if you found bug report it.

📋 Notes

Full Changelog: 2.0.2...2.1.0

2.0.2

25 Mar 03:41
e4d4bde
Compare
Choose a tag to compare

✨ Update @tgsnake/fileid to 2.0.2`
🗒️ Changelog:

  • Fixed invalid results when creating file id especially the smell with the photo caused by skipped buffer.
  • Fixed error when bigint is negative
  • Improve Writer class

🚀 Installation Guide :  

  • Deno :   Not Supported
  • NodeJS :  
    npm i @tgsnake/fileid or yarn add @tgsnake/fileid 

🪲 Know Bugs

  • Nothing, if you found bug report it.

📋 Notes

Full Changelog: 2.0.0...2.0.2

2.0.0

14 Aug 06:23
Compare
Choose a tag to compare

Changelog:

e29f306: remove cache by @butthx
3f47b76: Creating Funding.yml by @butthx
a172559: Create FUNDING.yml by @butthx
8adf629: Ignore yarn cache by @butthx
5bf17d2: Update readme by @butthx
eac3691: Update version to 2.0.0 by @butthx
78d2c49: Export Enconde and Decode class by @butthx
61f3aac: Change FileId class to namespace by @butthx
0bb102d: Improve writeBigInt and readBigInt function by @butthx
216e79a: Add generator for change copyright year by @butthx
a674ea4: Add a Decode class by @butthx
7fea146: Add Encode class by @butthx
107c18a: Add .npmrc by @butthx

Full Changelog: 1.0.1...2.0.0

1.0.1

23 May 05:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

Initial Release (1.0.0)

21 May 23:05
Compare
Choose a tag to compare