* fix: developmentEnvironments
- Updates config value from developmentEnvironment to
developmentEnvironments
- Updates files to align with prettier config
- Bumps package
* fix: Don't update package version
* Updated expected method and signature for "engine"
* Updated Tests for new signature.
* Added self to Definitions By
* Added version for express-handlebars
* Update index.d.ts
The package now require a callback to close the communication.
The function of the package atm :
```
spi.close = function (cb) {
fs.close(_fd, cb);
};
```
* Update pi-spi-tests.ts
* Update index.d.ts
Adds missing properties to LineChartOptions
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
Add visualization.dataTableToCsv functions <https://developers.google.com/chart/interactive/docs/datatables_dataviews#datatabletocsv>
Add data Class for DataTable grouping <https://developers.google.com/chart/interactive/docs/reference#group> and joining <https://developers.google.com/chart/interactive/docs/reference#join>.
Fix DataTable.getRowProperty, wrong return type <https://developers.google.com/chart/interactive/docs/reference#methods>
Fix ColumnSpec optional parameters
* Fix duplicated definition. Add Documentation Citations
* Change pointShape to string
* Trendlines changed to keyed list
Same change should probably be made to series?: { [key: number]: any; }; on a future pull.
* change join() joinMethod enumerated options
* Provide both getViewColumns() return types
* Union on aggregates, count adjustment
* Enumerated options for pointShape
* Add Trendline interface, update trendline: any
* Added Richer columns parameter to group()
* Add trendline.pointSize?
* Add GroupKeyOptions interface to group()
* Add built-in modifier function, logical re-order
* change trendlines? to typed Record<>
* Force ts 2.2
* Trying force ts 2.9
* Revert Record and ts version forcing
Dependent package prevents usage of newer syntax.
* Should have used union
* Added defaults, getDefaults, and options to marked namespace
* Added class properties to type definitions - most importantly options
* Fixed Parser.peek return type
* Added optional codeBlockStyle property to Tokens.Code
* Added Renderer.checkbox method
* Bumped version to 0.7
* [storybook-addon-jsx] update types to work with version 7.0 of this lib
- Remove reference to `storybook__react` types as `@storybook/react` is now written in TS and is providing its own types.
- Need to upgrade TS to 3.1 as `unknown` type is used and to not have issue related to rest parameters (TS2370)
- Update tsconfig to make it works with `@types/react`
* [storybook-addon-jsx] update project URL
* [dompurify] Publicly expose DOMPurify's interfaces and event names via the DOMPUrify namespace.
* [dompurify] Update DOMPurify's sanitize method return types to reflect version 2.0.1 (support for TrustedHTML types)
* [dompurify] Remove unnecessary reference to trusted-types package
* [dompurify] Update DOMPurify type definition version to comply with dt-header linting rule.
* Added ChatPermissions Interface
- The field all_members_are_administrators has been removed from the documentation for the Chat object. The field is still returned in the object for backward compatibility, but new bots should use the permissions field instead.
- Modified Chat interface. Added : permissions, can_set_sticker_set, and sticker_set_name
* Updated Message interface & Added new interfaces - Poll & PollOption
- forward_sender_name
- media_group_id
- caption_entities
- poll
- connected_website
* Modified exisiting interfaces - Audio, Animation
- Removed redundancy by extending FileBase on Animation
- Added new properties to Animation : width, height, and duration
- Added new property to Audio : thumb
* Modified Contact and Venue interfaces
- Added foursquare_type to Venue
- Added vcard to Contact
* Added new Interface LoginUrl
* Rearranged interface ordering so that it matches Telegram Documentation
* Updated ChatMember interface
- Rearranged ordering to match Telegram documentation
- Added new property : is_member
* Fixed linting errors and made login_url as optional param in InlineKeyboardButton
* Added new contributor in the header
* Updated version to 0.40 from 0.31