torch
torch copied to clipboard
A rapid admin generator for Elixir & Phoenix
Bumps [credo](https://github.com/rrrene/credo) from 1.6.5 to 1.6.6. Changelog Sourced from credo's changelog. 1.6.6 Fix error when analysing single-line modules Fix false positive for Credo.Check.Readability.SpaceAroundOperators Fix false positive for Credo.Check.Warning.UnusedStringOperation Fix bug...
Bumps [gettext](https://github.com/elixir-gettext/gettext) from 0.19.1 to 0.20.0. Changelog Sourced from gettext's changelog. v0.20.0 Allow gettext_comment to be invoked multiple times Dump flags after references in PO files Deprecate compile.gettext in favor...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Thank you for the great job with this library! Right now https://github.com/mojotech/torch/blob/facc69fef8ef34fa27862e5d62f09e6d8c46ce8e/lib/torch/views/filter_view.ex works great with almost all type of data structures, the only problem I found is when adding a...
Added `Torch.Pagination` to ease bloating of a context module in case you need to Torch multiple schemas from the context. Apart from this made pagination numbers configurable: `:pagination_distance`, `:page_size`
I have a table that contains a Date field which is optional. Torch new and edit pages always shows the field as mandatory since it shows the date widget without...
You currently have to jump through a few extra hoops if you want to have torch forms for e.g. a model on the other side of a `has_many` relationship. I'm...
Bumps [jason](https://github.com/michalmuskala/jason) from 1.3.0 to 1.4.0. Release notes Sourced from jason's releases. v1.4.0 Enhancements Use the :erlang.float_to_binary(_, [:short]) function, instead of io_lib_format.fwrite_g/1 where available (OTP 24.1+). This provides equivalent output...