Skip to content

Releases: Tiny-Essentials/Tiny-AI-API

1.2.0

01 May 04:25

Choose a tag to compare

📦 Dependency Updates

  • Tiny-Essentials: Updated to the latest version for better resource management.

⚡ Improvements

  • Economic Compilation: Dependency scripts are now compiled more efficiently, reducing overhead.
  • Dead Code Elimination: Automatically removes unused code segments to keep the main project lean.

🛠️ Tiny-Essentials Fork Notice

  • Standalone Imports: Object type imports from tiny-essentials are now stored internally due to the tiny-essentials-fork. Some core functions have been renamed to avoid conflicts (e.g., checkObj is now checkAiObj). Please check the README for the complete table of renamed functions and full instructions on how to correctly update your source code using the new exports.

Full Changelog: 1.1.9...1.2.0

1.1.9

28 Nov 19:45

Choose a tag to compare

✨ What’s New

📚 JSDoc for SessionDataContent

  • The documentation for SessionDataContent has been reviewed and corrected.
  • This improves code readability and editor IntelliSense support.

🔄 New Method: resetContentData

  • A dedicated method has been added to handle reset operations for session content data.
  • Ensures safe cleanup of stored content in any selected session.
  • Returns meaningful status codes to help developers handle reset results more reliably.

Full Changelog: 1.1.7...1.1.9

1.1.7

22 Aug 02:58

Choose a tag to compare

🚀 Docs & Compatibility Update

Changes

  • 📝 Improved JSDoc annotations with clearer type definitions and structure adjustments.
  • 🔧 Fixed a forgotten dependency compatibility issue from the previous version, ensuring smoother installation and usage across environments.

More Changes

Full Changelog: 1.1.6...1.1.7

1.1.6

14 Jun 07:58

Choose a tag to compare

  • Renamed files to try to fix the "cjs" files.
    Full Changelog: 1.1.5...1.1.6

1.1.5

21 May 19:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.4...1.1.5

1.1.4

27 Apr 22:31

Choose a tag to compare

  • jsDoc values fixed.

Full Changelog: 1.1.3...1.1.4

1.1.3

26 Apr 22:21

Choose a tag to compare

Full Changelog: 1.1.1...1.1.3

1.1.1

19 Apr 18:58

Choose a tag to compare

Now we have terms of use that can be accessed through the TERMS.md file. I made a small fix on the urls of the doc list to get more elegant.

Full Changelog: 1.1.0...1.1.1

1.1.0

19 Apr 02:12

Choose a tag to compare

Now TinyGoogleAI is a constructor, and I fixed some small details of name references in the documentation (simple thing, nothing important).
I also added my new "tiny-essentials" module that I will start using on my projects to help me code some tiny stuffs better.

Full Changelog: 1.0.5...1.1.0

NPM fix

17 Apr 08:46

Choose a tag to compare

I decided to take care of my NPMs again, but for many years I didn't do that, so I was with the brain rusted. But now I have managed to understand how to prepare the bundles correctly and all this is corrected in this version.