Sergey
Sergey
1. `v1.1.2` changed behaviour of `mimetype.Detect`. (With `v1.1.1` client could read data till second `\n`, to have two lines of CSV, to solve https://github.com/gabriel-vasile/mimetype/issues/138) 2. `v1.3.0` Go 1.17 minimum is...
Example: you have array of maps, and you need add extra fields to each element of array. This may cause an issue, if maps are big enough. After extending each...
fix of issue: https://github.com/qor/admin/issues/157
There in an issue, it appears while destroying of qor-fixer: `this.buildCheck is not a function` `if (this.isNeedBuild()) {` should be used instead https://github.com/qor/admin/blob/877b98a68a6fddcfb0035921c526e3d72d35c243/views/assets/javascripts/qor/qor-fixer.js#L119
- PlayerCSVExportOptions added fields: extra_fields, last_active_since (since onesignal updated docs); - Fixed test case of 'TestNewRequest_invalidJSON'.