History log of /expo/packages/expo-file-system/build/FileSystem.d.ts.map (Results 1 – 7 of 7)
Revision Date Author Comments
# 6e021b28 14-Sep-2023 Wojciech Dróżdż <[email protected]>

[core] Add native functions for UUIDv4 generation (#24199)

# Why

For Android and iOS we want to use native UUIDv4 generation methods.

# How

Exposed the common methods using the `CoreModule`

[core] Add native functions for UUIDv4 generation (#24199)

# Why

For Android and iOS we want to use native UUIDv4 generation methods.

# How

Exposed the common methods using the `CoreModule` file.
Changed the way uuids are exported. Now `expo-modules-core` exports a
`uuid` object which contains `v4` function.

# Test Plan

Tested in BareExpo on Android, ios and web

show more ...


# 8fbec2ec 04-Jul-2023 Alan Hughes <[email protected]>

[core] Add uuid to expo-modules-core (#23249)


# 89c23745 26-Apr-2023 Gabriel Donadel Dall'Agnol <[email protected]>

[file-system] Remove deprecated UploadProgressData totalByteSent field (#22277)

# Why

Closes ENG-7226

Follow up PR updating docs -> #22278

# How

This PR removes the deprecated `totalByte

[file-system] Remove deprecated UploadProgressData totalByteSent field (#22277)

# Why

Closes ENG-7226

Follow up PR updating docs -> #22278

# How

This PR removes the deprecated `totalByteSent` field from
UploadProgressData

# Test Plan

Run NCL

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).

show more ...


# 4ee48f97 12-Jan-2023 Gabriel Donadel Dall'Agnol <[email protected]>

[file-system] Fix UploadProgressData field name typo (#20804)

# Why

`UploadProgressData` `totalByteSent` key should be `totalBytesSent` to
be consistent with other FIleSystem properties like
`t

[file-system] Fix UploadProgressData field name typo (#20804)

# Why

`UploadProgressData` `totalByteSent` key should be `totalBytesSent` to
be consistent with other FIleSystem properties like
`totalBytesExpectedToSend`, `totalBytesWritten` and
`totalBytesExpectedToWrite`.


Closes ENG-6559

Follow up PR updating docs -> https://github.com/expo/expo/pull/20810

# How

This updates all native references of `totalByteSent` to
`totalBytesSent` and adds a getter `totalByteSent` property to
`UploadProgressData` events so users get a deprecation warning when
accessing `totalByteSent`

# Test Plan

Added a new `Download & Upload file` button to NCL so we can properly
test this


https://user-images.githubusercontent.com/11707729/212067976-a4bdd509-8937-4f27-9516-cee35ed94dca.mov



# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

show more ...


# ca75dd58 26-Dec-2022 Bartosz Kaszubowski <[email protected]>

[file-system] add missing platform label in code docs (#20606)


# 6b7802ba 22-Nov-2022 Bartosz Kaszubowski <[email protected]>

[file-system][docs] migrate package to autogenerated docs, APISection tweaks (#20103)


# 00ec8cab 04-Jan-2022 Evan Bacon <[email protected]>

Use declaration maps (#15782)

* Added declarationMap to base tsconfig

* et cp -a --no-lint --no-test --no-uniformity-check