2.31.0 • Published 4 months ago

mmhglobal-zcore v2.31.0

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

MmhglobalZcore

This library was generated with Angular CLI version 13.3.0.

Changelo

Upcoming

2.31.0

  • zcomponent.model - Added: EnableHiding property to ZGridCustomColumn.
  • zcomponent.model - Bug Fix: Fixed wrong symbol used for maxLengthValidator.
  • zgroup.model - Added: EnableHiding property to zField.
  • zgroup.model - Added: Component types "a" and "zbuttons_container". #CR2412-009848.

2.30.3 2.30.2 2.30.1

  • zcomponent.model - Changed: Renamed Validator names.
  • zcomponent.model - Fix bug: Fix MinLength validator by including white space. #CR2501-010006.
  • menu.service - Enhanced: Added get and set menuName and also set to the session storage.
  • webapi.service - Enhanced: Added menuName in request header for all webapi triggered.

2.30.0

  • auth-interceptor - Enhanced: exception handling for API errors.
  • zgroup.model - Added: loadViaAsset property for zudf to enable runtime loading from the asset folder.
  • zgroup.model - Added interfaces: FormBuilderQueryParamData, and enums: DebuggerFieldElementName, FormBuilderDirectAccessQueryParamValue, FormBuilderDirectAccessQueryParamKey for the debugger section.
  • field.service - Added: getFormFieldElementFromServer() and getListFieldElementFromServerWithoutMapping() for retrieving Field Element details from the server.
  • webApi.service - Added: functions to facilitate interaction with the Node server.
  • zcore.service - Added: isAppRunningInLocalhost() to check if the app is running on localhost.

2.29.0

  • resourceapi.service - Enhancement: Enhanced to store and reuse the project domain URL in session storage.
  • resourceapi.service - Added: Added the getCustomResource function to fetch custom resources from the environment file.
  • resourceapi.service - Changed: Changed getDomainUrlByProjectCode to getProjectDomainUrl for getting domain url from environment.ts.
  • resourceapi.service - Added: Added getAppmonDomainUrl function to get Appmon domain url only.
  • field.service - Enhancement: Changed the API route prefix used by the service to private.
  • field.service - Enhancement: Added an extra parameter to allow passing in and using the custom resource value.
  • zgroup.model - Added: CustomResource property for zudf; DisableStrictMode for sfdatetimepicker.
  • zgroup.model - Added: Added StateSettingInfo interface and StateType enum for statesetting service.
  • zgroup.model - Added: Added action property to NavItem.
  • zgroup.model - Added: Temp added following to zField:
  CheckboxOnly: boolean; // zgrid
  Background: any; //ztrendcard
  Header: string; // ztrendcard 
  ValueAxis: Array<any>; //zchart
  CrossingValues: Array<any>; //zchart
  DisabledDates: number | string | DatetimeStep; // zNumeric, zDateTime
  LabelVisualConfiguration: any; //zChart
  CategoryAxis: Array<any>; //zchart Navigator
  NavigatorAxis: Array<any>; //zchart Navigator
  CustomTooltipFunc: string;//zChart
  LegendSpacing: number;//zChart
  LabelVisual: Array<any>;//zChart
  ValueNavigatorAxis: Array<any>;//zChart
  Panes: Array<any>;//zChart
  Navigator: boolean;//zChart
  NavItems: Array<any>; //zchart
  • zcomponent.model - Added: Added Id for ZGridSettings interface.
  • statesetting.service - Added: Created a new service to interact with the project's Web API for saving, deleting, and reading state settings.

2.28.1

  • offlinedatabase.service - Fix: Updated the decoding method to use decodeURIComponent for getJsonCache.
  • webapi.service - Enhancement: Skipped warning messages returned by the ApiSummaryInfos API.

2.28.0

  • zcomponent.model - Enhancement: Improved the generateAndDownload function to handle multiple JSON files.
  • zcomponent.model - Fix: Correctly handles lazy-loaded dropdown data when search text is null and improves asynchronous fetching.
  • zgroup.model - Added: New enum and interface to support asset data; new InnerRatio for ztrendcard.
  • field.service - Development: Update for loadViaAsset feature.
  • webapi.service - Development: Added new function assetsHttpLocalGet, assetsHttpNodeGet, assetsHttpNodePut for loadViaAsset feature.

2.27.0

  • zcomponent.model - Remove texteditor value from zModel before patchValue() IM2408-005258.
  • idle.service - Enhancement: Allow developers to customize the idle dialog with optional properties for the header, content, button colors, and button order through the environment configuration.
  idleConfig: {
    isEnabled: true,
    idleThresholdMinutes: 20,
    waitingIdleThresholdMinutes: 5,
    header: 'My Dialog Title',
    sessionExpiryMessage: 'Waiting your response until: ${formattedIdleThresholdTime}',
    reverseButtonOrder: true,
    buttonColorYes: 'danger',
    buttonColorNo: 'warning',
    buttonColorOk: 'primary'
  }

2.26.0

  • zcomponent.model - Enhanced generateAndDownload to handle JSON and ZIP files.
  • zgroup.model - Added more TriggerFromType properties.
  • resourceapi.service - Enhanced to capture the Appmon domain URL.
  • field.service - Refined and enhanced getFormFieldCode to retrieve field elements. If loadViaAsset is true in the environment, it loads from asset folder; otherwise, it will load from the OAuth Web API.

2.25.0

  • idle.service - Updated default values for idleThresholdMinutes and waitingIdleThresholdMinutes to 20 and 5 minutes, respectively.
  • auth.service - Enabled idle service by default if not specified in the environment.
  • auth.service - Removed the unused enableIdleAutoLogout handling condition.

2.24.2

  timelineViewType: string[];
  timelimeDefault: string;
  timelineSize: string;
  selectable: boolean;
  uniqueKey: string;
  max: number;
  onItemClick: string;
  defaultCollapse: boolean;
  allowCollapse: boolean;

offlinedatabase.service - getJsonCache to handle only if cache returned data length is valid.

2.24.1

  • webapi.service - Minor fix for buildHttpHeaders, handling this.group being null.

2.24.0

  • group.model - Added buttonEventDetail for zgroup to retain button details, maxdate and mindate datetime properties.
  • workflow.service - Added handling DisableTriggerTimer for functionalButton_OnClick.
  • webapi.service - Enhanced buildEventDetail to utilize buttonEventDetail if the passed event is null.

2.23.5

2.23.4

2.23.3

  • zgroup.model - Added ExcelCellFormat, ExportDataResourceURL for grid exporting usage.

2.23.2

2.23.1

  • zcomponent.model - Removed subscribe for getInfiniteData if recordId is present, as it is an observable function.

2.23.0

  • zcomponent.model - Changes for getInfiniteData to load all data based on an interval of 0.5 sec until the total record count or a maximum of 1000 records (whichever is lower).
  • attachment - Changed to adopt webapiService new argument passing.
  • field - Added triggerFrom optional argument for getFormFieldCode function.
  • webapi.service - Changed 3rd argument to use WebApiAdditionalDetail object for future enhancements.
  • workflow.service - Changed to adopt webapiService new argument passing.

2.22.0

2.21.1

2.21.0

  • alert.service - dismissByHeader now returns result when filtering the array.
  • toast.service - dismissByHeader now returns result when filtering the array.
  • workflow.service - Enabled isTrigger when a functional button is clicked.
  • zgroup.model - Added SelectOptionsPinned for pinning select all checkbox column.

2.20.1

  • translation - Fixed error message alert header and button not being translated (#3722).

2.20.0

  • field.service - Added functions to support form builder.
  • zgroup.model - Added menuItems in ZField to support kmenu.
  • zgroup.model - Added PanelArea in ZField to support ksplitter.
  • zgroup.model - Added SearchOperator, SearchLength in ZField for selectMultiple property; added DropdownSearchOperator object support.
  • zgroup.model - Added FieldElementFormType and IsGenerateFormControlNameByContainerName in ZField to support zudf.
  • translation - Fixed bug if value is empty.
  • fontawesome - Added icons.

2.19.5

  • zgroup.model - Added ExcelCellFormat for grid exporting usage.

2.19.4

2.19.3

  • error-handler - Refined the error message for fields using MinLengthIgnoreSpace field attribute (#3483).
  • component.model.ts - Added ToolTipPosition property for AddOns component (#3580).

2.19.2

2.19.1

2.19.0

  • Added ContextMenuSettings into ZField.
  • idle-service - Enhanced to distinct user include project iis setting. Fine tune for alert when session timeout.
  • fontawesome - Added eye icon.

2.18.2

  • Tidying up and organizing the zField for every component.

2.18.1

  • Deprecated isMobileScreen() in zcomponent.model.ts.

2.18.0

  • The following properties have been removed from zField:
  • cellFilter
  • filterCellFiltered
  • enablePinning
  • pinnedRight
  • UpdateOnBlur
  • AppendDivClearFix
  • EnableHiding
  • AddButtonVisible
  • DefaultAsChecked
  • EnableExportRTF
  • EnableExportTIFF
  • EnableExportMHTML
  • EnableExportXPS
  • FontSize
  • GridClickableIcons
  • DefaultQuery
  • DefaultValue
  • IsNullable
  • OnApplyClick
  • ShowQueryResult
  • SuccessCreatedMessage
  • SuccessUpdatedMessage
  • ResourceURLAlt
  • doubleHeight
  • EnableExportCSV
  • EnableExportExcel
  • EnableExportPDF
  • CheckboxOptions
  • CheckedValues

  • cache Clear cache upon logout (method 1).

  • Enhanced idle service and implemented auto token refresh feature. It can be enabled by adding the following configuration in the environment:
idleConfig: {
  isEnabled: true,
  idleThresholdMinutes: 15,
  waitingIdleThresholdMinutes: 1

2.17.0

  • zgroup.model Added isGroupByEnabled property in VirtualScrollOption interface.
  • alert.service Minor fix for alert not initially callback if no translated content.

2.16.0

  • Changed ITSMLoggingService to loggingService.
  • Created proxyService to inject service in case of circular import.
  • Alert and Toast service now will not notify again if triggered 2nd time with same header and message.
  • zcomponent.model - Added beforeModalReponse for ModalPageParams.
  • zgroup.modal - Added Okay for DialogResponse.
  • translate.service - Used proxyService to inject auth service when called.
  • alert.service - Enhanced default backdropDismiss as false, added method dismissAll, dismissByHeader, dismissByMessage, getLatestAlert.
  • auth.service - Added handling of enableIdleAutoLogout if set in environment.
  • toast.service - Changed dismiss to dismissAll, added method dismissByHeader, dismissByMessage.
  • webapi.service - Changed to use renamed logging.service instead.

2.15.0 (identical to 2.14.0)

  • No modifications have been made.

2.14.0

2.13.1

  • zcomponent.model - Fixed getgroupvalue returning boolean if value is undefined in group scope.

2.13.0

  • Note: app.module requires using httpInterceptorProviders in the provider and removing existing Interceptor.
  • Interceptor - Reorganized the interceptor to follow angular standard.
  • logging-interceptor - Added log in console whenever API is triggered.
  • zgroup.model - Tidied the property, added enum OauthResponseStatus for oauth response status usage.
  • auth.service - Cleaned up the code, added more logging and error catching handling.
  • webapi.service - Added log if error 401.
  • zcore - Added handling of enable debugger when URL with debug session.

2.12.0

  • zcomponent.model - Bug fix for getGroupValue, should escape if unable to find the property in the group scope.
  • signalr.service - Added log to console if not enabled.
  • zgroup.model - Cleaned up the zfield property.
  • zgroup.model - Added ExpandDisabledNodes property for ztree.
  • zgroup.model - Added VirtualScrollOption and DataSetResult for virtual scroll component.

2.11.1

  • zcomponent.model - Renamed the variable to be more readable.
  • zgroup.model - Minor code tidy for the zField property.
  • zgroup.model - Added GridFilterConfiguration property and FilterConfiguration interface for zgrid filtering.

2.11.0

  • zgroup - Cleaned property for ztree attributes and added TreeViewCheckboxConfiguration property with proper interface.
  • zcomponent.model - Added getCheckedValues, setCheckedValues, and setDisabledCheckBox property (for ztree).
  • zcomponent.model - Fixed bug where hidden columns were not working.
  • zgroup - Added new properties for ksplitter and virtual scroll.

2.10.1

  • zgroup.model - Added SelectionStyle interface in zField for zcolorpicker option.

2.10.0

2.9.0

  • public-api - Removed statepersistent default used for grid.
  • zcomponent-model - Improved ZGridSettings interface.
  • zcomponent-model - Changed ZGridColumnSettings to ZGridColumnConfigs.
  • zcomponent-model - Added setGridState and setGridToFirstPage property for zgrid.
  • zcomponent-model - Cleaned up getGridColumns function code and used ZGridSettings object instead of multiple parameters.
  • auth.service - Generated special token for component usage.
  • zgroup - Added interface for zModalConfig to zgroup.model.
  • zgroup - Added new property into ZField: OnScroll (for virtual_scroll).
  • zgroup - Added new properties into ZField: CheckboxOptions, CheckedValues (for ztree).
  • zgroup - Added new property into ZField: ComponentSettings (for texteditor).
  • zcomponent.model - Fine-tuned ModalPageParams naming and added new params.

2.8.8

  • zcomponent.model - Added generateAndDownload and generateZipFile functions for generating files and enabling them to be downloaded as a zip archive.

2.8.7

  • components - Enhanced Input Field Validator: Added MinLengthIgnoreSpace and Custom Validator.
  • zgroup - Added PanelItems in ZField for ksplitter.
  • zgroup - Added Section in ZField for virtual scroll component.

2.8.6

2.8.5

2.8.4

  • zcomponent.model - Enhanced ComponentSetProperty interface with more functions to manage component style.
  • fontawesome - Allowed using icons from free-regular-svg-icons library. Use 'far_' as prefix (e.g., far_file-zipper).
  • zgroup.model - Added RowHighlight interface for grid.
  • resourceapi.service - Added function to retrieve project domain URL.
  • offinedatabase.service - Changed handling for offline database.

2.8.3

  • auth.service - URL validation for cache clearing will incorporate the base href from index.html, if available.

2.8.2

  • auth.service - Excluded the forward slash from the href when validating for cache clearance during login.

2.8.1

2.8.0

  • auth.service - Cleaned up the code and reinstated the auto-login condition. Added before initiating auto-login, check to see if the current URL corresponds to the login page. If it does, the code will automatically clear the cache.
  • zgroup - Added interface for CacheInfo, JsonCache, and moved AuthInfo interface to zgroup.model.

2.7.2

2.7.1

  • toast.service - Default permanent toast alert at bottom.
  • webapi.service - ClientUrl value cleanup before sending.
  • zgroup - Default subscribeToModificationAlert as true.

2.7.0

  • toast.service - Added showPermanently function to permanently display the toast alert.
  • signalR.service - Enhanced all functions and removed getEvent function, main function will be subscribeToEvent which allows passing callback function.
  • offlinedatabase - Added offline database service for storing data to the indexedDb.
  • alert.service - Added stopAutoCloseOnBackgroundClick to control backdropDismiss. By default, it is false.
  • zgroup - Added CacheInfo for ZField, signalRCallbackHandler & subscribeToModificationAlert for ZGroup to be used for signalR. Improved few enum options.
  • webapi.service - Added ClientUrl to send window.location.href in the header for every API call.

2.6.8

2.6.6

  • auth.service - Added API header in OAuth Token API for AppMon Access Logging.
  • Added beforeLoadColumn event name to be used by ztreelist, zgrid.

2.6.5

  • Added clonedFields in group for zloop to store the cloned fields that will be used for error message display.
  • ComponentErrorHandlerService - Enhanced error handler service to handle for zloop child components.

2.6.4

  • Added enum InternalComponentType to control which internal kendo component to use as dropdown list.

2.6.3

  • Added Orientation for ksplitter.
  • Shifted removeTextEditorValueFromFormPatching function from main service to ZComponentHelper.
  • Workflow service to call removeTextEditorValueFromFormPatching when patchValue for the formgroup.

2.6.2

  • Added LoopingElementConfig for ngFor config.

2.6.1

  • Added HideShowResultPanel for ZField.
  • workflowservice - Updated localGoToButton_OnClick function to be in sync with serverGoToButton_OnClick function.

2.6.0

  • Moved component error handler to zcore, to allow full usage in all libraries.

2.5.0

  • Handle Min and Max value validator in znumeric component.

2.4.11

  • Updated extra error handling for interceptor if token expired.

2.4.10

  • Added extra error handling for interceptor if token expired.

2.4.9

  • Updated ComponentSetProperty for zudf.
  • Updated model argument for zudf function.

2.4.8

  • Updated ActionType and added default delimiter.
  • Updated model argument for zudf function.

2.4.7

  • Added Field Element Name argument to renderFieldElement, renderFieldElementByJsonString for zudf.

2.4.6

  • Added DisableAutoAppendGridDateFilterCol attribute for zgrid.

2.4.5

  • Fix workflow service to patch back status if processingstatus returned false.

2.4.4

  • Added FieldElementName in zField for after form loaded event.
  • Field service will now handle getComponentLoaded$ after event triggered.
  • Added FieldType and updated DefaultMessage.

2.4.2

  • groupmodel - Added few properties for the model and updated default message.
  • workflowservice - afterworkflowaction to return API response.

2.4.1

  • Rebuild due to library compatibility issue.

2.4.0

  • zcomponent - Handle GridCellReplaceValue set in field element for zgrid. Cell value changes based on setting in field element.

2.3.0

  • fontawesome - Implemented getIcon function to be used by component to retrieve icon.

2.2.1

2.2.0

  • authservice - Changes for external login authentication.

2.1.1

2.1.0

2.0.2

  • Enhanced webapi service not to show error message upon 401 and added flag to control the display of error message.
  • Added default enums for ComponentType, ActionType, DefaultMessage, DefaultDialogTitle for more project consistency and standardization.

2.0.1

  • Customized IsRequired, MinLength, MaxLength validator for texteditor that ignores HTML strings.

2.0.0

  • Release library version 2.
  • Added group property to hide all add/remove buttons before UI rendered (isHideAllAddNode, isHideAllRemoveNode).
  • Added optional input params for hideAddNode and hideRemoveNode used in ztree.
2.31.0

4 months ago

2.30.2

6 months ago

2.30.1

6 months ago

2.30.3

6 months ago

2.30.0

7 months ago

2.29.0

8 months ago

2.28.1

9 months ago

2.28.0

9 months ago

2.23.5

1 year ago

2.23.2

1 year ago

2.23.1

1 year ago

2.23.4

1 year ago

2.23.3

1 year ago

2.19.4

1 year ago

2.19.5

1 year ago

2.22.0

1 year ago

2.27.0

11 months ago

2.26.0

11 months ago

2.25.0

11 months ago

2.24.1

12 months ago

2.24.0

12 months ago

2.24.2

11 months ago

2.23.0

1 year ago

2.21.1

1 year ago

2.21.0

1 year ago

2.20.1

1 year ago

2.20.0

1 year ago

2.19.3

1 year ago

2.19.2

1 year ago

2.19.1

1 year ago

2.19.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

2.18.2

1 year ago

2.18.1

1 year ago

2.18.0

1 year ago

1.4.1

1 year ago

2.17.0

1 year ago

2.16.0

1 year ago

1.4.0

1 year ago

2.15.0

1 year ago

2.14.0

1 year ago

2.13.1

1 year ago

1.3.0

1 year ago

2.13.0

1 year ago

2.12.0

2 years ago

2.11.0

2 years ago

2.11.1

2 years ago

2.8.1

2 years ago

2.8.0

2 years ago

2.10.1

2 years ago

2.10.0

2 years ago

2.7.0

2 years ago

2.7.2

2 years ago

2.7.1

2 years ago

2.8.3

2 years ago

2.8.2

2 years ago

2.8.5

2 years ago

2.8.4

2 years ago

2.8.7

2 years ago

2.8.6

2 years ago

2.8.8

2 years ago

2.9.0

2 years ago

2.6.8

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.4.3

2 years ago

2.4.2

2 years ago

2.4.5

2 years ago

2.4.4

2 years ago

1.2.13

2 years ago

1.2.14

2 years ago

2.3.0

2 years ago

2.4.10

2 years ago

2.4.11

2 years ago

2.4.7

2 years ago

2.4.6

2 years ago

2.4.9

2 years ago

2.4.8

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.6.1

2 years ago

2.6.0

2 years ago

2.6.3

2 years ago

2.6.2

2 years ago

2.5.0

2 years ago

2.6.5

2 years ago

2.6.4

2 years ago

2.6.7

2 years ago

2.6.6

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

2.0.0-beta.55

2 years ago

2.0.0-beta.54

2 years ago

2.0.0-beta.56

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0-beta.51

2 years ago

2.0.0-beta.50

2 years ago

2.0.0-beta.53

2 years ago

2.0.0-beta.52

2 years ago

2.0.0-beta.40

2 years ago

2.0.0-beta.44

2 years ago

2.0.0-beta.43

2 years ago

2.0.0-beta.42

2 years ago

2.0.0-beta.41

2 years ago

2.0.0-beta.48

2 years ago

2.0.0-beta.47

2 years ago

2.0.0-beta.46

2 years ago

2.0.0-beta.45

2 years ago

2.0.0-beta.49

2 years ago

2.0.0-beta.33

2 years ago

2.0.0-beta.32

2 years ago

2.0.0-beta.31

2 years ago

2.0.0-beta.30

2 years ago

2.0.0-beta.37

2 years ago

2.0.0-beta.36

2 years ago

2.0.0-beta.35

2 years ago

2.0.0-beta.34

2 years ago

2.0.0-beta.39

2 years ago

2.0.0-beta.38

2 years ago

2.0.0-beta.29

2 years ago

2.0.0-beta.28

2 years ago

2.0.0-beta.22

3 years ago

2.0.0-beta.21

3 years ago

2.0.0-beta.20

3 years ago

2.0.0-beta.26

3 years ago

2.0.0-beta.24

3 years ago

2.0.0-beta.23

3 years ago

2.0.0-beta.27

2 years ago

2.0.0-beta.15

3 years ago

2.0.0-beta.14

3 years ago

2.0.0-beta.13

3 years ago

2.0.0-beta.19

3 years ago

2.0.0-beta.18

3 years ago

2.0.0-beta.17

3 years ago

2.0.0-beta.16

3 years ago

2.0.0-beta.11

3 years ago

2.0.0-beta.10

3 years ago

1.2.12

3 years ago

2.0.0-beta.12

3 years ago

2.0.0-beta.9

3 years ago

2.0.0-beta.8

3 years ago

2.0.0-beta.7

3 years ago

2.0.0-beta.6

3 years ago

2.0.0-beta.5

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.1.37

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

2.0.0-beta.2

3 years ago

2.0.0-beta.1

3 years ago

2.0.0-beta.0

3 years ago

2.0.0-beta.4

3 years ago

2.0.0-beta.3

3 years ago

1.2.9

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.34

3 years ago

1.1.33

3 years ago

1.1.36

3 years ago

1.1.35

3 years ago

1.1.29

3 years ago

1.1.28

4 years ago

1.1.30

3 years ago

1.1.32

3 years ago

1.1.23

4 years ago

1.1.22

4 years ago

1.1.27

4 years ago

1.1.26

4 years ago

1.1.25

4 years ago

1.1.24

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.21

4 years ago

1.1.20

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.13

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago