Skip to content

Commit

Permalink
update var 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shahryarjb committed Dec 19, 2023
1 parent 10ef23d commit 106ff32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
- [x] Support `domain` key inside children fields
- [x] Support new derives: `not_flatten_empty`, `not_flatten_empty_item` as validation
- [x] Support `not_empty` and `max_len`, `min_len` for list in validation derive.
- [ ] Add `condition_field` fields inside `__information__` function

**Fixed bugs**:
- [x] Fix and Remove `downcase` bug in `strip_tags`
Expand All @@ -28,7 +27,7 @@
- [x] Changing the structure of on core key based on the value of the caller
- [x] Support calling struct inside itself
- [x] Separate all test of `GuardedStruct` macro in different files
- [ ] Add `dialyzer` for GuardedStruct macro
- [x] Add `dialyzer` for GuardedStruct macro

# Changelog for MishkaDeveloperTools 0.1.2

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

We tried to deliver a series of our client's [**CMS**](https://github.com/mishka-group/mishka-cms) built on [**Elixir**](https://elixir-lang.org/) at the start of the [**Mishka Group**](https://github.com/mishka-group) project, but we recently archived this open-source project and have yet to make plans to rework and expand it. This system was created using [**Phoenix**](https://www.phoenixframework.org/) and [**Phoenix LiveView**](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html). After a long period, a series of macros and functional modules emerged from this project and our other projects, which we are gradually publishing in this library.

> **NOTICE**: Do not use the master branch; this library is under heavy development. Expect version `0.1.2`, and for using the new features, please wait until a new release is out.
> **NOTICE**: Do not use the master branch; this library is under heavy development. Expect version `0.1.3`, and for using the new features, please wait until a new release is out.
---

Expand All @@ -24,7 +24,7 @@ The package can be installed by adding `mishka_developer_tools` to your list of
```elixir
def deps do
[
{:mishka_developer_tools, "~> 0.1.2"}
{:mishka_developer_tools, "~> 0.1.3"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions lib/mishka_developer_tools.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule MishkaDeveloperTools do
project and our other projects, which we are gradually publishing in this library.
> **NOTICE**: Do not use the master branch; this library is under heavy development.
Expect version `0.1.2`, and for using the new features, please wait until a new release is out.
Expect version `0.1.3`, and for using the new features, please wait until a new release is out.
---
- #### [GuardedStruct](https://github.com/mishka-group/mishka_developer_tools/blob/master/guidance/guarded-struct.md)
Expand All @@ -31,7 +31,7 @@ defmodule MishkaDeveloperTools do
```elixir
def deps do
[
{:mishka_developer_tools, "~> 0.1.2"}
{:mishka_developer_tools, "~> 0.1.3"}
]
end
```
Expand Down

0 comments on commit 106ff32

Please sign in to comment.