{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":7608138,"defaultBranch":"next","name":"autoNumeric","ownerLogin":"autoNumeric","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-01-14T16:39:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/26826295?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1707250695.0","currentOid":""},"activityList":{"items":[{"before":"c5a216f8d146dacbd2393fbae46a0b74fbf29bbf","after":"ea4a977c230c616fdcda6a5441c6009ce850d2c8","ref":"refs/heads/next","pushedAt":"2024-03-14T02:28:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Update the README with the contributors","shortMessageHtmlLink":"Update the README with the contributors"}},{"before":"9190c3a95d6b941e3e03abcf77076e035c2cfc5f","after":"c5a216f8d146dacbd2393fbae46a0b74fbf29bbf","ref":"refs/heads/next","pushedAt":"2024-03-06T20:20:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"TypeScript add @packageDocumentation (#783)\n\nThis fix is to prevent the warning about deprecated declaration in .ts files, and the use of `@packageDocumentation`","shortMessageHtmlLink":"TypeScript add @packageDocumentation (#783)"}},{"before":"ea615b3a9c0cf3c5e227342c9d5b6b57415442f5","after":"9190c3a95d6b941e3e03abcf77076e035c2cfc5f","ref":"refs/heads/next","pushedAt":"2024-02-06T20:17:39.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Updates the changelog and bumps the version\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Updates the changelog and bumps the version"}},{"before":"5741903271fa8814d1ca54ff7b506ee264363c39","after":"ea615b3a9c0cf3c5e227342c9d5b6b57415442f5","ref":"refs/heads/next","pushedAt":"2024-02-06T19:01:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes cut event handling when `eventKey` `x` is in uppercase (#774)","shortMessageHtmlLink":"Fixes cut event handling when eventKey x is in uppercase (#774)"}},{"before":"55301c126404b5ee65158cd43340fe34998dd80f","after":null,"ref":"refs/heads/autoNumeric-567","pushedAt":"2024-01-18T19:43:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"}},{"before":"5c8c0a0fa5573c5b8cec5299b96043c516252002","after":"5741903271fa8814d1ca54ff7b506ee264363c39","ref":"refs/heads/next","pushedAt":"2024-01-18T19:37:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes wrong npm deployment for `4.10.3`\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Fixes wrong npm deployment for 4.10.3"}},{"before":"32f2347ed9033921b797d10411f061dcea6e6543","after":"5c8c0a0fa5573c5b8cec5299b96043c516252002","ref":"refs/heads/next","pushedAt":"2024-01-14T07:43:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes the handling of a wheel event with a deltaY equal to zero, for real this time ;)\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Fixes the handling of a wheel event with a deltaY equal to zero, for …"}},{"before":"5e8d6cfa402ca0dd39a7d5b4e7ede9c68dc1a619","after":"32f2347ed9033921b797d10411f061dcea6e6543","ref":"refs/heads/next","pushedAt":"2023-12-21T19:42:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes the handling of a wheel event with a deltaY equal to zero\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Fixes the handling of a wheel event with a deltaY equal to zero"}},{"before":"9ee318304f2b620abd94d7c218d73551f77ac1ee","after":"5e8d6cfa402ca0dd39a7d5b4e7ede9c68dc1a619","ref":"refs/heads/next","pushedAt":"2023-12-21T00:30:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes #773 Typescript types in index.d.ts missing/wrong\n\n* Add AutoNumeric.prototype.getSettings\r\n* Add AutoNumeric.prototype.options\r\n* Add proper function signature for callbacks of AutoNumeric.prototype.formSubmit* methods, and fix return value for AutoNumeric.prototype.form* methods\r\n* Add some more doc comments\r\n* Remove AutoNumeric.reformatAndSet, as that function does not exist anymore\r\n* Fix return types of AutoNumeric.validate, AutoNumeric.prototype.form\r\n* Fix parameter type pf AutoNumeric.prototype.detach, AutoNumeric.prototype.formLocalized, AutoNumeric.prototype.setUnformatted, AutoNumeric.prototype.format\r\n* Fix parameter and return type of AutoNumeric.prototype.localize, AutoNumeric.prototype.localizeAndSet, AutoNumeric.prototype.getLocalized\r\n* Add optional parameters to AutoNumeric.validate, AutoNumeric.prototype.isPristine, AutoNumeric.prototype.clear, AutoNumeric.prototype.attach, AutoNumeric.prototype.detach, AutoNumeric.prototype.formatAndSet\r\n* Split AutoNumeric.init into 2 overloads, depending on whether a single or multiple elements are given\r\n* Add \"invalid\" to OverrideMinMaxLimitsOption\r\n* Add AutoNumeric as the return type for various instance methods\r\n* Fix return type of AutoNumeric.prototype.getLocalized, this can return either a string or a number\r\n* Add AutoNumeric.unformat, AutoNumeric.getLocalized\r\n* Fix OptionsHandler type\r\n* Fix return type for AutoNumeric.prototype.node - may not be an HTMLInputElement when auto numeric was initialized e.g. on a div element\r\n* Fix typings for AutoNumeric.multiple - an overload with the options as the second parameter exists\r\n* Fix parameter of AutoNumeric.mergeOptions - it does not accept a rest argument\r\n* The options passed to certain methods (mostly constructors) may contain a callback for an option value.\r\n* Options.allowDecimalPadding can also be a number\r\n* Add union for the values of Options.digitialGroupSpacing\r\n* Add possible options for Options.negativeBracketsTypeOnBlur\r\n* AutoNumeric.getDefaultConfig is not missing any property keys\r\n* Options.defaultValueOverride and Options.caretPositionOnFocus allow null\r\n* Every Option that allows values of type number also allows values of type string. This code here (https://github.com/autoNumeric/autoNumeric/blob/next/src/AutoNumeric.js#L8195) converts all numbers to strings. So e.g. when reading options via AutoNumeric.prototype.getSettings(), options that were set as a a number are returned as a string.\r\n* Options.decimalPlacesRawValue is parsed again as a number after being stringified in the constructor, but this does not apply e.g. when setting this option later via AutoNumeric.prototype.update, so it's still possible to observe it as a string via AutoNumeric.prototype.getSettings\r\n* Affected options are allowDecimalPadding, decimalPlaces, decimalPlacesRawValue, decimalPlacesShownOnBlur, decimalPlacesShownOnFocus, divisorWhenUnfocused, historySize, rawValueDivisor, upDownStep, wheelStep\r\n* Add override for AutoNumeric constructor with only the options and no initial value\r\n* Allow string for pre-defined options for the constructor and AutoNumeric.multiple\r\n* Fix doc comments\r\n* Add AutoNumeric.set\r\n* Fix callback parameter for AutoNumeric.prototype.get*\r\n* Add AutoNumeric.prototype.global\r\n* Add AutoNumeric.prototype.formUnformatLocalized\r\n* Add AutoNumeric.prototype.brazilian/.british/.french/.japanese/.northAmerical/.spanish/.swiss/\r\n* Add typings for custom events\r\n\r\nCo-authored-by: Andre Wachsmuth ","shortMessageHtmlLink":"Fixes #773 Typescript types in index.d.ts missing/wrong"}},{"before":"30546cb0ece56213c2d0dd4c8eb17c723a4948f7","after":"9ee318304f2b620abd94d7c218d73551f77ac1ee","ref":"refs/heads/next","pushedAt":"2023-12-15T18:16:51.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes #776 On rapid event wheel emissions, deltaY of value 0 can be emitted and makes AutoNumeric throw an error\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Fixes #776 On rapid event wheel emissions, deltaY of value 0 can be e…"}},{"before":"66f871a658c8bd20441127286815b401af2ebbcc","after":"30546cb0ece56213c2d0dd4c8eb17c723a4948f7","ref":"refs/heads/next","pushedAt":"2023-09-02T01:47:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Drops IE11 support\n\nRemoves IE11 hacks, and updates part of the code that was not using modern tech because of obsolete browsers support\nRemoves the `Array.from` and `CustomEvent` polyfills\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Drops IE11 support"}},{"before":"1c7a7a94376d25e47a9215af439d327ca8587a1d","after":"66f871a658c8bd20441127286815b401af2ebbcc","ref":"refs/heads/next","pushedAt":"2023-05-17T21:09:38.457Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Updates the changelog\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Updates the changelog"}},{"before":"d7909753c216fd113d9baafbebcbe92f114d67f9","after":"1c7a7a94376d25e47a9215af439d327ca8587a1d","ref":"refs/heads/next","pushedAt":"2023-05-17T20:54:49.281Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Closes #728 Unable to group by 2 using digital group spacing options\n\nThis commit modifies the `AutoNumeric.options.digitalGroupSpacing.two` option, which is now named `AutoNumeric.options.digitalGroupSpacing.twoThree`.\nThe `AutoNumeric.options.digitalGroupSpacing.two` now effectively groups only by 2 (and not by 2 and 3 like before for India's numbering system).\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Closes #728 Unable to group by 2 using digital group spacing options"}},{"before":"23d5b27401540e8cf93ccd5cda120b28e8e41c83","after":"d7909753c216fd113d9baafbebcbe92f114d67f9","ref":"refs/heads/next","pushedAt":"2023-05-12T02:50:59.284Z","pushType":"push","commitsCount":2,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes #768 `unformatOnSubmit` does not unformat fields located outside of form DOM subtree\n\nUpdates the function that search for form children to also include the `contenteditable` elements\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Fixes #768 unformatOnSubmit does not unformat fields located outsid…"}},{"before":"5addb5c63aba0800cd6520902727405e444fe9de","after":"23d5b27401540e8cf93ccd5cda120b28e8e41c83","ref":"refs/heads/next","pushedAt":"2023-05-05T21:45:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Updates the changelog\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Updates the changelog"}},{"before":"fba618d1b5892de5695a193255f20109a351ed97","after":"5addb5c63aba0800cd6520902727405e444fe9de","ref":"refs/heads/next","pushedAt":"2023-05-05T21:42:28.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Updates the AutoNumeric version\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Updates the AutoNumeric version"}},{"before":"59dbefcb8575a8bf4f6e75cd91c77f75b0e9bb7c","after":"fba618d1b5892de5695a193255f20109a351ed97","ref":"refs/heads/next","pushedAt":"2023-04-04T10:46:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Updates the Changelog with version `4.8.2`\n\nUpdates the copyright info and year\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Updates the Changelog with version 4.8.2"}},{"before":"03340235a2b7271b2364587e3bbb2b6ab2d0a4d3","after":"59dbefcb8575a8bf4f6e75cd91c77f75b0e9bb7c","ref":"refs/heads/next","pushedAt":"2023-03-24T07:48:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes #763 Copyright banner in the minimized distribution file is undefined\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Fixes #763 Copyright banner in the minimized distribution file is und…"}},{"before":"da69a8c1ab07fc9665a2b4203c711b3b3c1553b4","after":"03340235a2b7271b2364587e3bbb2b6ab2d0a4d3","ref":"refs/heads/next","pushedAt":"2023-03-24T07:46:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Removes unused wdio script from package.json\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Removes unused wdio script from package.json"}},{"before":"1b8d72c9618461d792f40d3b38876571e7dbcbf8","after":"da69a8c1ab07fc9665a2b4203c711b3b3c1553b4","ref":"refs/heads/next","pushedAt":"2023-03-24T03:02:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes typo in the changelog (and in the previous commit message)\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Fixes typo in the changelog (and in the previous commit message)"}},{"before":"f0999c269cc86ce3b92e29fa927ed2b013337ebf","after":"1b8d72c9618461d792f40d3b38876571e7dbcbf8","ref":"refs/heads/next","pushedAt":"2023-03-24T03:02:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Adds #719 Feature request: Disallow toggling the negative/positive sign with '+' and '-' keypress\n\nThis adds a new option `negativePositiveSignBehavior` for the managing the '-' and '+' key behavior.\nSetting `negativePositiveSignBehavior` to `true` will allow the toggling, while setting it to `false` will disable it; this means that when hitting the '-' key, the value will always be set to its negative value, and hitting the '+' key will always set the element to its positive value (given the minimum and maximum value allows this).\nDo note that the default behavior is changed in this version, where toggling between the positive and negative value with the '-' or '+' keys is not activated by default. If you want to use the previous behavior, please set `negativePositiveSignBehavior: AutoNumeric.options.negativePositiveSignBehavior.toggle` in your options' configuration.\n\nUpdates the existing end-to-end tests that relied on the toggle behavior\nFixes the incorrect error message when setting an invalid `positiveSignCharacter` option\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Adds #719 Feature request: Disallow toggling the negative/positive si…"}},{"before":"2f1d2cd65e29fc8dc80a2f530342ce7d96a48893","after":"f0999c269cc86ce3b92e29fa927ed2b013337ebf","ref":"refs/heads/next","pushedAt":"2023-03-22T22:28:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Removes Uglifyjs in favor of Terser to minimize the library\n\nUpdates the dev dependencies\nUpdates the authors and contributors info\nUpdates the travis CI node.js configuration since we are not using UglifyJS anymore\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Removes Uglifyjs in favor of Terser to minimize the library"}},{"before":"6f7313541107ff7302f11e98ba6cbb7ca4f3b622","after":"2f1d2cd65e29fc8dc80a2f530342ce7d96a48893","ref":"refs/heads/next","pushedAt":"2023-03-21T04:13:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Updates the .npmignore file to ignore temporary webpack generated files in `dist/`\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Updates the .npmignore file to ignore temporary webpack generated fil…"}},{"before":"dde0290ca641cd8cece80e31b74ed8d763f7d097","after":"6f7313541107ff7302f11e98ba6cbb7ca4f3b622","ref":"refs/heads/next","pushedAt":"2023-03-21T04:08:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Improves the `upDownArrowAction` and `wheelAction` so that their similar behavior are not repeated\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Improves the upDownArrowAction and wheelAction so that their simi…"}},{"before":"7a73ad02c018da4f2ebbf2b7cf9e25c4fb2fb1f8","after":"dde0290ca641cd8cece80e31b74ed8d763f7d097","ref":"refs/heads/next","pushedAt":"2023-03-18T00:54:31.451Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Updates the changelog with version `4.6.3`\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Updates the changelog with version 4.6.3"}},{"before":"58e299362c9b8b4a208712e31be4098ef5e77fa3","after":"7a73ad02c018da4f2ebbf2b7cf9e25c4fb2fb1f8","ref":"refs/heads/next","pushedAt":"2023-03-18T00:49:39.334Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Updates the .gitignore to ignore the NPM generated files\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Updates the .gitignore to ignore the NPM generated files"}},{"before":"58e299362c9b8b4a208712e31be4098ef5e77fa3","after":null,"ref":"refs/heads/autoNumeric-721","pushedAt":"2023-03-18T00:40:26.492Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"}},{"before":"642f304162ca165ae7b9a0e0d19fad339821c65d","after":"58e299362c9b8b4a208712e31be4098ef5e77fa3","ref":"refs/heads/next","pushedAt":"2023-03-18T00:40:07.302Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes #721 AutoNumeric.set() breaks internal state when string-value has leading or trailing whitespace\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Fixes #721 AutoNumeric.set() breaks internal state when string-value …"}},{"before":null,"after":"58e299362c9b8b4a208712e31be4098ef5e77fa3","ref":"refs/heads/autoNumeric-721","pushedAt":"2023-03-18T00:38:35.636Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fixes #721 AutoNumeric.set() breaks internal state when string-value has leading or trailing whitespace\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Fixes #721 AutoNumeric.set() breaks internal state when string-value …"}},{"before":"3cc914d594d2f6cfe31fbcfb19439f608f265290","after":"642f304162ca165ae7b9a0e0d19fad339821c65d","ref":"refs/heads/next","pushedAt":"2023-03-17T06:40:36.295Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlexandreBonneau","name":"Alexandre","path":"/AlexandreBonneau","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7248877?s=80&v=4"},"commit":{"message":"Fix attempt for the Travis configuration\n\nSigned-off-by: Alexandre Bonneau ","shortMessageHtmlLink":"Fix attempt for the Travis configuration"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEFSPJDQA","startCursor":null,"endCursor":null}},"title":"Activity · autoNumeric/autoNumeric"}