docs(): add more common packer key in migration guide

This commit is contained in:
Nizamuddin Sulieman 2022-12-24 01:08:20 +08:00
commit 49ccf8c5ab

View file

@ -582,6 +582,8 @@ For a real-life example, you can check my personal dots:
- `lock` ➡️ `pin` - `lock` ➡️ `pin`
- `disable=true` ➡️ `enabled = false` - `disable=true` ➡️ `enabled = false`
- `tag='*'` ➡️ `version="*"` - `tag='*'` ➡️ `version="*"`
- `wants` ⚠️ **Not supported**
- `after` ⚠️ **Not supported**
- `module` is auto-loaded. No need to specify - `module` is auto-loaded. No need to specify
- `keys` spec is [different](#%EF%B8%8F-lazy-key-mappings) - `keys` spec is [different](#%EF%B8%8F-lazy-key-mappings)