Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frui.ts/generator

Package Overview
Dependencies
Maintainers
5
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frui.ts/generator - npm Package Versions

1
8

0.17.0-rc.2

Diff

eman.devops
published 0.17.0-rc.1 •

eman.devops
published 1.0.0-alpha.1 •

eman.devops
published 0.17.0-generator.2 •

eman.devops
published 0.17.0-generator.1 •

eman.devops
published 0.17.0-beta.1 •

eman.devops
published 0.16.3 •

eman.devops
published 0.16.2 •

Changelog

Source

0.16.2

  • ManualPromise has observable State property
  • Generator shallowly merges default configuration with custom config file
  • OpenAPI generator can configure validation rules
  • Bootstrap input's support for date improved
eman.devops
published 0.16.1 •

Changelog

Source

0.16.1

  • Fixed a bug in CollectionCheck that onValueChanged is not called on change.
eman.devops
published 0.16.0 •

Changelog

Source

0.16.0

  • Added ManualPromise, groupBy() to @frui.ts/helpers.

  • Added hideValidationErrors() to @frui.ts/validation.

  • Added ResponsiveTable and DataList controls to @frui.ts/dataviews.

  • OpenAPI generator refactored. Supports allOf and oneOf features.

  • OpenAPI generator supports Date conversion with date-fns. Use dates: "date-fns" in the config file.

  • Input in @frui.ts/bootstrap supports new props: as and rows.

  • Select in @frui.ts/bootstrap supports new props: emptyText.

  • ScreenBase.isInitialized is now public.

  • Added ContinuousListViewModel to @frui.ts/datascreens. It covers the case of 'endless' lists.

  • FilteredListViewModel in @frui.ts/datascreens has new extension/customization points: cloneFilterForApply() and createFilter().

  • BREAKING: Props of <View /> changed: fallbackMode: "message" | "children". In case "children" is set, the children props of the <View /> component is rendered when no view is found. You can use "children" instead of the original "empty".

  • BREAKING: getValue and setValue hooks accept target and property arguments instead of a single props.

  • Binding types changed. You can use the third type parameter of IBindingProps<TTarget, TProperty, TValue> to restrict the binding target value type.

  • IApiConnector and FetchApiConnector changes:

    • fetchFunction, jsonSerializer, and middleware properties are now protected and thus available to inheriting classes
    • BREAKING: postText, postFormData replaced by post. The same goest for putText, putFormData, patchText, patchFormData, deleteText, and deleteJson.
    • BREAKING: delete now contains body argument.
  • RestRequestBuilder changes:

    • BREAKING: postFormData replaced by postData, putFormData replaced by putData
    • added path(path: string) for fluent URL building
    • added url:string property for reading current URL
    • uses query-string package for creating query strings (you can use the queryStringOptions property to customize the stringification process - see https://github.com/sindresorhus/query-string#stringifyobject-options)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc