-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose private API and add typings.d.ts #5
Labels
Milestone
Comments
onderceylan
added a commit
that referenced
this issue
Sep 1, 2019
Added generateImages function to make use of the lib functionality via node scripting fix #5
onderceylan
added a commit
that referenced
this issue
Sep 11, 2019
Refactored main.js file to return saved images array, html content of meta tags and manifest json icons array. Added interfaces and docs via index.d.ts and updated readme. fix #5
Merged
onderceylan
added a commit
that referenced
this issue
Sep 12, 2019
Added generateImages function to make use of the lib functionality via node scripting fix #5
onderceylan
added a commit
that referenced
this issue
Sep 12, 2019
Refactored main.js file to return saved images array, html content of meta tags and manifest json icons array. Added interfaces and docs via index.d.ts and updated readme. fix #5
onderceylan
pushed a commit
that referenced
this issue
Sep 12, 2019
# [1.2.0](v1.1.7...v1.2.0) (2019-09-12) ### Features * **main:** added option to provide path prefix to generated href links ([268c671](268c671)), closes [#31](#31) * **main:** added option to provide path prefix to generated href links ([1e18466](1e18466)), closes [#31](#31) * **main:** exposed private API via main.js ([afce4af](afce4af)), closes [#5](#5) * **main:** exposed private API via main.js ([d3367ad](d3367ad)), closes [#5](#5) * **main:** refactored main and added index.d.ts ([72a7fe4](72a7fe4)), closes [#5](#5) * **main:** refactored main and added index.d.ts ([1ab1c3e](1ab1c3e)), closes [#5](#5)
🎉 This issue has been resolved in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently it's not possible to use underlying API of the library other than using it via executable binary. Exposing private API that binary uses, will make it possible for users to use it in their node projects.
Exporting typings.d.ts will introduce a living documentation for the API.
The text was updated successfully, but these errors were encountered: