Package Exports
- @rbxts/profileservice
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rbxts/profileservice) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@rbxts/profileservice
Installation:
npm i @rbxts/profileservice
Example Usage
See MadStudioRoblox/ProfileService
Changelog
Unreleased
1.4.0
- Introduced DS v2 support
- Updated to commit 475a9c5
1.3.0
- Added
ListenToHopReady - Updated to commit 96e10b3
1.2.1
- Converted
Objectintoobjectfor the types.
1.2.0
- Update to commit df74918
1.1.2
- Made initial DataStore call wrapped in a coroutine to prevent errors in applications such as AeroGameFramework
1.1.1
- Fixed
ViewProfileAsyncreturning incorrect datatype
1.1.0
- Update to commit f5ef22b
1.0.5
- Fixed IsActive not being a function (See #4)
1.0.4
- Updated README.md
1.0.3
- Fixed globals.d.ts not being included in the npm package
1.0.2
- Reworked export ordering so that you can import types such as
Profileinto your code.
1.0.0
- Published profileservice V1.0.0 (from GitHub commit ac9be3f)
